diff options
author | The Android Automerger <android-build@android.com> | 2011-05-08 22:37:22 -0700 |
---|---|---|
committer | The Android Automerger <android-build@android.com> | 2011-05-08 22:37:22 -0700 |
commit | 1d62edecbc901d7d88ac6729e25aa0ad44b3aa04 (patch) | |
tree | d7baeb49c8279b5c09ac94676e75fff284c104e1 /WebCore/platform/graphics/android/LayerAndroid.cpp | |
parent | 0702955df30f6610313bdf9363bc22a7fd6d640a (diff) | |
parent | bf890dcc88ecd74d627a5ae8033ac16743bc7c01 (diff) | |
download | external_webkit-1d62edecbc901d7d88ac6729e25aa0ad44b3aa04.zip external_webkit-1d62edecbc901d7d88ac6729e25aa0ad44b3aa04.tar.gz external_webkit-1d62edecbc901d7d88ac6729e25aa0ad44b3aa04.tar.bz2 |
Merge remote branch 'goog/honeycomb-mr2' into honeycomb-LTE
Diffstat (limited to 'WebCore/platform/graphics/android/LayerAndroid.cpp')
-rw-r--r-- | WebCore/platform/graphics/android/LayerAndroid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/LayerAndroid.cpp b/WebCore/platform/graphics/android/LayerAndroid.cpp index 78e55c1..53edb45 100644 --- a/WebCore/platform/graphics/android/LayerAndroid.cpp +++ b/WebCore/platform/graphics/android/LayerAndroid.cpp @@ -889,7 +889,7 @@ void LayerAndroid::createGLTextures() uniqueId(), this, m_dirty, m_reservedTexture, m_reservedTexture->rect().width(), m_reservedTexture->rect().height()); PaintLayerOperation* operation = new PaintLayerOperation(this); - TilesManager::instance()->scheduleOperation(operation, !m_drawingTexture); + TilesManager::instance()->scheduleOperation(operation); } else { XLOG("We don't schedule a paint for layer %d (%x), because we already sent a request", uniqueId(), this); |