summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/MediaLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/android/MediaLayer.h')
-rw-r--r--WebCore/platform/graphics/android/MediaLayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/MediaLayer.h b/WebCore/platform/graphics/android/MediaLayer.h
index 15bd6d8..203ef93 100644
--- a/WebCore/platform/graphics/android/MediaLayer.h
+++ b/WebCore/platform/graphics/android/MediaLayer.h
@@ -49,6 +49,7 @@ public:
TextureInfo* getCurrentTextureInfo() const { return m_currentTextureInfo; }
void invertContents(bool invertContent) { m_isContentInverted = invertContent; }
+ void setOutlineSize(int size) { m_outlineSize = size; }
// functions to manipulate secondary layers for video playback
ANativeWindow* acquireNativeWindowForVideo();
@@ -62,6 +63,7 @@ private:
TextureInfo* m_currentTextureInfo;
bool m_isContentInverted;
+ int m_outlineSize;
// Video texture variables
VideoTexture* m_videoTexture;