summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2011-10-23 16:26:12 -0700
committerEd Heyl <ed@google.com>2011-10-25 20:36:01 +0000
commit3528cb86ca5faa67fb43f8cedb5437e3cb2c8b9f (patch)
tree3e3e91e0a99ac3517eb74b5e35baa4fc7e18af94 /Source/WebCore/platform/graphics/android
parentc0fb399b4644c319c15e0a6a7e0f6c29917d9099 (diff)
downloadexternal_webkit-3528cb86ca5faa67fb43f8cedb5437e3cb2c8b9f.zip
external_webkit-3528cb86ca5faa67fb43f8cedb5437e3cb2c8b9f.tar.gz
external_webkit-3528cb86ca5faa67fb43f8cedb5437e3cb2c8b9f.tar.bz2
Remove unnecessary log
CL https://android-git.corp.google.com/g/#/c/144158/ introduced a debug log that we don't need, spamming logcat Change-Id: Iea8a1784153dd9f6f53e67f7cb62504440344c7c
Diffstat (limited to 'Source/WebCore/platform/graphics/android')
-rw-r--r--Source/WebCore/platform/graphics/android/PaintedSurface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/PaintedSurface.cpp b/Source/WebCore/platform/graphics/android/PaintedSurface.cpp
index 0957c0c..00129a0 100644
--- a/Source/WebCore/platform/graphics/android/PaintedSurface.cpp
+++ b/Source/WebCore/platform/graphics/android/PaintedSurface.cpp
@@ -155,7 +155,7 @@ void PaintedSurface::prepare(GLWebViewState* state)
m_scale = state->scale();
- XLOGC("%x layer %d %x prepared at size (%d, %d) @ scale %.2f", this, m_layer->uniqueId(),
+ XLOG("%x layer %d %x prepared at size (%d, %d) @ scale %.2f", this, m_layer->uniqueId(),
m_layer, w, h, m_scale);
m_tiledTexture->prepare(state, m_scale, m_pictureUsed != m_layer->pictureUsed(),