summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-01-04 09:10:37 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-01-04 09:10:37 -0800
commit3dd553d3b30e35768e1003aab44ea386579ec44b (patch)
treea8499a2556b0a1ccc0f3bad3da55c622607c360c /Source/WebCore/platform/graphics/android/GLWebViewState.cpp
parent6198e68ea71b5a1295532f304e8281897d7a652b (diff)
parent309ae897e0ad3493fc6acd97a39c631f90580d57 (diff)
downloadexternal_webkit-3dd553d3b30e35768e1003aab44ea386579ec44b.zip
external_webkit-3dd553d3b30e35768e1003aab44ea386579ec44b.tar.gz
external_webkit-3dd553d3b30e35768e1003aab44ea386579ec44b.tar.bz2
Merge "Employ the transfer queue to the pure color tiles"
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.cpp b/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
index 3ab3efb..bcb85bc 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
@@ -351,7 +351,7 @@ double GLWebViewState::setupDrawing(IntRect& viewRect, SkRect& visibleRect,
int height = viewRect.height();
ShaderProgram* shader = TilesManager::instance()->shader();
- if (shader->needInit()) {
+ if (shader->needsInit()) {
XLOG("Reinit shader");
shader->init();
}