summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/DoubleBufferedTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/DoubleBufferedTexture.h')
-rw-r--r--Source/WebCore/platform/graphics/android/DoubleBufferedTexture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/DoubleBufferedTexture.h b/Source/WebCore/platform/graphics/android/DoubleBufferedTexture.h
index 57935d3..821b79b 100644
--- a/Source/WebCore/platform/graphics/android/DoubleBufferedTexture.h
+++ b/Source/WebCore/platform/graphics/android/DoubleBufferedTexture.h
@@ -56,6 +56,7 @@ protected:
SharedTexture* m_textureA;
SharedTexture* m_textureB;
+ SharedTextureMode m_sharedTextureMode;
private:
SharedTexture* m_writeableTexture;
@@ -66,8 +67,6 @@ private:
EGLContext m_cContext;
bool m_supportsEGLImage;
-
- SharedTextureMode m_sharedTextureMode;
};
} // namespace WebCore