summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/ShaderProgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/android/ShaderProgram.h')
-rw-r--r--WebCore/platform/graphics/android/ShaderProgram.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/ShaderProgram.h b/WebCore/platform/graphics/android/ShaderProgram.h
index fcb093b..1f94290 100644
--- a/WebCore/platform/graphics/android/ShaderProgram.h
+++ b/WebCore/platform/graphics/android/ShaderProgram.h
@@ -42,7 +42,7 @@ class ShaderProgram {
void drawLayerQuad(const TransformationMatrix& drawMatrix,
SkRect& geometry, int textureId, float opacity);
void drawVideoLayerQuad(const TransformationMatrix& drawMatrix,
- SkRect& geometry, int textureId);
+ float* textureMatrix, SkRect& geometry, int textureId);
void setViewRect(const IntRect& viewRect);
FloatRect clipRectInScreenCoord(const TransformationMatrix& drawMatrix,
const IntSize& size);
@@ -70,6 +70,7 @@ class ShaderProgram {
int m_hAlpha;
int m_hTexSampler;
int m_hVideoProjectionMatrix;
+ int m_hVideoTextureMatrix;
int m_hVideoTexSampler;
};