summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/SharedTexture.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2011-03-25 10:39:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-25 10:39:24 -0700
commit78eb447490d235178fafa5bd046918ffe965003f (patch)
tree6e68917620df64974a08716b7bca3204fe3e819d /WebCore/platform/graphics/android/SharedTexture.h
parent69627397d7754f6951d1d6764a7ae20df4bd0e2b (diff)
parent8527f14d378e1fb4ba315d791f3c8c7b776bff4c (diff)
downloadexternal_webkit-78eb447490d235178fafa5bd046918ffe965003f.zip
external_webkit-78eb447490d235178fafa5bd046918ffe965003f.tar.gz
external_webkit-78eb447490d235178fafa5bd046918ffe965003f.tar.bz2
am 8527f14d: am 92c3acf6: Fix error where mediaLayer is derefed on UI thread prior to being derefed in Webkit.
* commit '8527f14d378e1fb4ba315d791f3c8c7b776bff4c': Fix error where mediaLayer is derefed on UI thread prior to being derefed in Webkit.
Diffstat (limited to 'WebCore/platform/graphics/android/SharedTexture.h')
-rw-r--r--WebCore/platform/graphics/android/SharedTexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/SharedTexture.h b/WebCore/platform/graphics/android/SharedTexture.h
index 731aa5c..37d6091 100644
--- a/WebCore/platform/graphics/android/SharedTexture.h
+++ b/WebCore/platform/graphics/android/SharedTexture.h
@@ -81,6 +81,7 @@ public:
void initSourceTexture(); // producer thread only
void deleteSourceTexture(); // producer thread only
+ void deleteTargetTexture(); // consumer thread only
GLuint getSourceTextureId() { return m_sourceTexture.m_textureId; }
GLuint getTargetTextureId() { return m_targetTexture.m_textureId; }
EGLImageKHR getEGLImage() { return m_eglImage; }