summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/SharedTexture.h
diff options
context:
space:
mode:
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 e654c5c..731aa5c 100644
--- a/WebCore/platform/graphics/android/SharedTexture.h
+++ b/WebCore/platform/graphics/android/SharedTexture.h
@@ -80,6 +80,7 @@ public:
void unlock() { m_lock.unlock(); }
void initSourceTexture(); // producer thread only
+ void deleteSourceTexture(); // producer thread only
GLuint getSourceTextureId() { return m_sourceTexture.m_textureId; }
GLuint getTargetTextureId() { return m_targetTexture.m_textureId; }
EGLImageKHR getEGLImage() { return m_eglImage; }