diff options
Diffstat (limited to 'WebCore/platform/graphics/android/VideoLayerAndroid.h')
-rw-r--r-- | WebCore/platform/graphics/android/VideoLayerAndroid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/VideoLayerAndroid.h b/WebCore/platform/graphics/android/VideoLayerAndroid.h index c2a962e..d291dda 100644 --- a/WebCore/platform/graphics/android/VideoLayerAndroid.h +++ b/WebCore/platform/graphics/android/VideoLayerAndroid.h @@ -48,7 +48,7 @@ public: virtual LayerAndroid* copy() const { return new VideoLayerAndroid(*this); } // The following 3 functions are called in UI thread only. - virtual bool drawGL(SkMatrix& matrix); + virtual bool drawGL(GLWebViewState*, SkMatrix& matrix); void setSurfaceTexture(sp<SurfaceTexture> texture, int textureName, bool updateTexture); GLuint createPauseTexture(); |