summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2011-09-29 13:58:29 -0700
committerNicolas Roard <nicolasroard@google.com>2011-09-29 14:44:10 -0700
commit661b2b2086b75ea8e548673e83210226e46cd49d (patch)
treef97001c9142249e9a74a5533d522892379b2f5cd /Source/WebCore/platform/graphics/android/GLWebViewState.cpp
parent74523e723bc5677780989d6a5834adc5c72c3683 (diff)
downloadexternal_webkit-661b2b2086b75ea8e548673e83210226e46cd49d.zip
external_webkit-661b2b2086b75ea8e548673e83210226e46cd49d.tar.gz
external_webkit-661b2b2086b75ea8e548673e83210226e46cd49d.tar.bz2
Add debug informations to keep better track of layers allocation
Fix coherency issue in ClassTracker (it's accessed from two different threads and we were not locking the datastructure) bug:5366807 Change-Id: I7dbd4417a49f4b3af3e09d614cec6b4568b09f7a
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.cpp b/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
index 2f3613b..85fa23f 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.cpp
@@ -659,6 +659,7 @@ bool GLWebViewState::drawGL(IntRect& rect, SkRect& viewport, IntRect* invalRect,
SkSafeUnref(baseLayer);
#ifdef DEBUG
TilesManager::instance()->getTilesTracker()->showTrackTextures();
+ TilesManager::instance()->showImages();
#endif
return ret;
}