diff options
author | Nicolas Roard <nicolasroard@google.com> | 2011-03-16 23:51:33 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-16 23:51:33 -0700 |
commit | 788e19b58382869e807c5da22f5052fdb0ce5ab5 (patch) | |
tree | b1d3eb92be0b354b8f662f50653da96c4d3cbdc8 /WebCore/platform/graphics/android/VideoLayerAndroid.h | |
parent | 2de6de7eb47a85f2ef82229692d2b975d07494f5 (diff) | |
parent | 9f5143f9ae49a8e5fdb7ea626c4efad66096b020 (diff) | |
download | external_webkit-788e19b58382869e807c5da22f5052fdb0ce5ab5.zip external_webkit-788e19b58382869e807c5da22f5052fdb0ce5ab5.tar.gz external_webkit-788e19b58382869e807c5da22f5052fdb0ce5ab5.tar.bz2 |
am 9f5143f9: Implement partial screen invalidations
* commit '9f5143f9ae49a8e5fdb7ea626c4efad66096b020':
Implement partial screen invalidations
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(); |