summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform
diff options
context:
space:
mode:
authorBart Sears <bsears@google.com>2011-10-24 12:46:10 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-10-24 12:46:10 -0700
commit105d3de2a748d2f908f2f86a10ee0b1523206ff4 (patch)
tree3e3e91e0a99ac3517eb74b5e35baa4fc7e18af94 /Source/WebCore/platform
parenta58d317a8f6f9f1f6e1d8e72c28484f77bd950a7 (diff)
parentd436d4c3e6b088f1fcae26dc4835e28065f017a8 (diff)
downloadexternal_webkit-105d3de2a748d2f908f2f86a10ee0b1523206ff4.zip
external_webkit-105d3de2a748d2f908f2f86a10ee0b1523206ff4.tar.gz
external_webkit-105d3de2a748d2f908f2f86a10ee0b1523206ff4.tar.bz2
am d436d4c3: Merge "Remove unnecessary log" into ics-mr0
* commit 'd436d4c3e6b088f1fcae26dc4835e28065f017a8': Remove unnecessary log
Diffstat (limited to 'Source/WebCore/platform')
-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(),