summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-03-27 12:47:35 -0700
committerJohn Reck <jreck@google.com>2012-03-27 12:47:35 -0700
commit00506c8c2c68f5717bd702a13da41aa1c4fa8a80 (patch)
tree32e7729de52191b7d0674f092be297bc1ef2497e /Source/WebCore/platform
parent93b8e97cc2ebb4498b935c701eaf94525959eedb (diff)
downloadexternal_webkit-00506c8c2c68f5717bd702a13da41aa1c4fa8a80.zip
external_webkit-00506c8c2c68f5717bd702a13da41aa1c4fa8a80.tar.gz
external_webkit-00506c8c2c68f5717bd702a13da41aa1c4fa8a80.tar.bz2
Pause webkit painting better
Change-Id: Id548766ccd56781228e5795588ac783f3313f960
Diffstat (limited to 'Source/WebCore/platform')
-rw-r--r--Source/WebCore/platform/graphics/android/SurfaceCollectionManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/SurfaceCollectionManager.cpp b/Source/WebCore/platform/graphics/android/SurfaceCollectionManager.cpp
index 4c48c14..52bcaf0 100644
--- a/Source/WebCore/platform/graphics/android/SurfaceCollectionManager.cpp
+++ b/Source/WebCore/platform/graphics/android/SurfaceCollectionManager.cpp
@@ -147,7 +147,7 @@ bool SurfaceCollectionManager::updateWithSurfaceCollection(SurfaceCollection* ne
m_paintingCollection = newCollection;
m_paintingCollection->setIsPainting(m_drawingCollection);
}
- return m_drawingCollection && TilesManager::instance()->useDoubleBuffering();
+ return m_paintingCollection && TilesManager::instance()->useDoubleBuffering();
}
void SurfaceCollectionManager::updateScrollableLayer(int layerId, int x, int y)