summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.h b/Source/WebCore/platform/graphics/android/GLWebViewState.h
index da579da..fcdd07c 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.h
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.h
@@ -175,7 +175,7 @@ public:
const SkIRect& futureViewport() const { return m_futureViewportTileBounds; }
void setFutureViewport(const SkIRect& viewport) { m_futureViewportTileBounds = viewport; }
- unsigned int paintBaseLayerContent(SkCanvas* canvas);
+ void paintBaseLayerContent(SkCanvas* canvas);
bool setBaseLayer(BaseLayerAndroid* layer, bool showVisualIndicator,
bool isPictureAfterFirstLayout);
void paintExtras();
@@ -197,8 +197,6 @@ public:
const SkIRect& preZoomBounds() const { return m_preZoomBounds; }
void setPreZoomBounds(const SkIRect& bounds) { m_preZoomBounds = bounds; }
- unsigned int currentPictureCounter() const { return m_currentPictureCounter; }
-
void setIsScrolling(bool isScrolling) { m_isScrolling = isScrolling; }
bool isScrolling() { return m_isScrolling || m_isViewportScrolling; }
@@ -264,7 +262,6 @@ private:
SkIRect m_futureViewportTileBounds;
SkIRect m_preZoomBounds;
- unsigned int m_currentPictureCounter;
bool m_usePageA;
TiledPage* m_tiledPageA;
TiledPage* m_tiledPageB;