diff options
author | Bart Sears <bsears@google.com> | 2011-10-24 11:11:45 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-10-24 11:11:45 -0700 |
commit | d436d4c3e6b088f1fcae26dc4835e28065f017a8 (patch) | |
tree | 8e2788497223433c82fb0b2bb0772218a45ee71e /Source | |
parent | 5dee9ed228c914254062b62ae459884e3060a2ae (diff) | |
parent | e2e413042f37947d6f5a92e18071a939b81e1846 (diff) | |
download | external_webkit-d436d4c3e6b088f1fcae26dc4835e28065f017a8.zip external_webkit-d436d4c3e6b088f1fcae26dc4835e28065f017a8.tar.gz external_webkit-d436d4c3e6b088f1fcae26dc4835e28065f017a8.tar.bz2 |
Merge "Remove unnecessary log" into ics-mr0
Diffstat (limited to 'Source')
-rw-r--r-- | Source/WebCore/platform/graphics/android/PaintedSurface.cpp | 2 |
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(), |