summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-05-07 11:33:50 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-07 11:33:50 -0700
commit17a3b1ef1e8d47f9e6330193bda64609772b8626 (patch)
treebf57b982b6077919738346967bfe9168d7c011c2 /Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
parent353e1be7cac5375c6698b13bc0d786b385aff9ad (diff)
parente5c9306b222e597f907697ab28a7936bfc61e487 (diff)
downloadexternal_webkit-17a3b1ef1e8d47f9e6330193bda64609772b8626.zip
external_webkit-17a3b1ef1e8d47f9e6330193bda64609772b8626.tar.gz
external_webkit-17a3b1ef1e8d47f9e6330193bda64609772b8626.tar.bz2
Merge "Disable prerenders while scrolling" into jb-dev
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
index dc5fec4..5967c70 100644
--- a/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
@@ -48,7 +48,7 @@ public:
virtual ~SurfaceCollection();
// Tiled painting methods (executed on groups)
- void prepareGL(const SkRect& visibleContentRect);
+ void prepareGL(const SkRect& visibleContentRect, bool tryToFastBlit = false);
bool drawGL(const SkRect& visibleContentRect);
Color getBackgroundColor();
void swapTiles();