summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2011-12-06 13:34:13 -0800
committerTeng-Hui Zhu <ztenghui@google.com>2011-12-06 14:47:12 -0800
commitc7082419f38f3426a67d6ba7b7971256e3c4fc7e (patch)
tree7d485ec68f60719cf43cd328e08fe455f27b6b82 /Source/WebCore/platform/graphics/android/GLWebViewState.cpp
parent54c2428086bd58e55febb7419393d981b14f386a (diff)
downloadexternal_webkit-c7082419f38f3426a67d6ba7b7971256e3c4fc7e.zip
external_webkit-c7082419f38f3426a67d6ba7b7971256e3c4fc7e.tar.gz
external_webkit-c7082419f38f3426a67d6ba7b7971256e3c4fc7e.tar.bz2
compiler error fix when DEBUG is on
Change-Id: Ifaaefdbe0724a95e9c237c1fe3c5a7c25026839e
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.cpp b/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
index f2c3b2b..0aa876f 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
@@ -579,7 +579,6 @@ bool GLWebViewState::drawGL(IntRect& rect, SkRect& viewport, IntRect* invalRect,
#ifdef DEBUG
TilesManager::instance()->getTilesTracker()->showTrackTextures();
- ImagesManager::instance()->showImages();
#endif
return ret;