summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
index 24ba2d8..a912f57 100644
--- a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
@@ -145,6 +145,7 @@ private:
bool repaint();
void needsNotifyClient();
+ SkPicture* paintPicture(const IntRect& rect);
bool paintContext(LayerAndroid* layer, const IntRect& rect);
bool m_needsSyncChildren;
@@ -159,7 +160,6 @@ private:
SkRegion m_dirtyRegion;
LayerAndroid* m_contentLayer;
- LayerAndroid* m_backgroundDecorationsLayer;
LayerAndroid* m_fixedBackgroundLayer;
LayerAndroid* m_foregroundLayer;
LayerAndroid* m_foregroundClipLayer;