summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/WebKit/android/nav/CachedRoot.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/android/nav/CachedRoot.cpp b/Source/WebKit/android/nav/CachedRoot.cpp
index e841683..5c16c91 100644
--- a/Source/WebKit/android/nav/CachedRoot.cpp
+++ b/Source/WebKit/android/nav/CachedRoot.cpp
@@ -1158,8 +1158,10 @@ const CachedNode* CachedRoot::findAt(const WebCore::IntRect& rect,
#if DEBUG_NAV_UI
DBG_NAV_LOGD("rect=(%d,%d,w=%d,h=%d) xy=(%d,%d)", rect.x(), rect.y(),
rect.width(), rect.height(), *x, *y);
+#if DUMP_NAV_CACHE
if (mRootLayer) CachedLayer::Debug::printRootLayerAndroid(mRootLayer);
#endif
+#endif
int best = INT_MAX;
bool inside = false;
(const_cast<CachedRoot*>(this))->resetClippedOut();