summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-01-30 18:22:08 -0800
committerChris Craik <ccraik@google.com>2012-02-02 15:38:32 -0800
commit246bd5b4427d0a0feaa2e1a128be9ad53100631c (patch)
tree3a0a41d5a39f8a95e30c1261b2970eb1165cd489 /Source/WebCore/platform/graphics/android/GLWebViewState.h
parent82921a8052f869822cbd9fb6d54750c480ac9054 (diff)
downloadexternal_webkit-246bd5b4427d0a0feaa2e1a128be9ad53100631c.zip
external_webkit-246bd5b4427d0a0feaa2e1a128be9ad53100631c.tar.gz
external_webkit-246bd5b4427d0a0feaa2e1a128be9ad53100631c.tar.bz2
Plumbing to notify WebViewCore when paints should pause
Change-Id: I93c76ccd401b1fe611cc9c1ea361251667422c7b
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.h b/Source/WebCore/platform/graphics/android/GLWebViewState.h
index 169e276..cc0c56b 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.h
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.h
@@ -176,7 +176,7 @@ public:
void setFutureViewport(const SkIRect& viewport) { m_futureViewportTileBounds = viewport; }
unsigned int paintBaseLayerContent(SkCanvas* canvas);
- void setBaseLayer(BaseLayerAndroid* layer, const SkRegion& inval, bool showVisualIndicator,
+ bool setBaseLayer(BaseLayerAndroid* layer, bool showVisualIndicator,
bool isPictureAfterFirstLayout);
void paintExtras();