summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/PicturePile.cpp
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-06-13 14:23:48 -0700
committerChris Craik <ccraik@google.com>2012-06-13 14:48:15 -0700
commit736e83761cd309092370bb9f7842826186c32722 (patch)
tree5bbb80f672e8dadfa5f81dbe76c7d7b394bde4cd /Source/WebKit/android/jni/PicturePile.cpp
parent236f8ddfbd94fc6e0e49c13495c8fe82d3218bc8 (diff)
downloadexternal_webkit-736e83761cd309092370bb9f7842826186c32722.zip
external_webkit-736e83761cd309092370bb9f7842826186c32722.tar.gz
external_webkit-736e83761cd309092370bb9f7842826186c32722.tar.bz2
Add detailed tracing to tile painting
bug:6653638 Change-Id: I839917feb1803bc1f4ace5aa2367067024a18706
Diffstat (limited to 'Source/WebKit/android/jni/PicturePile.cpp')
-rw-r--r--Source/WebKit/android/jni/PicturePile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/PicturePile.cpp b/Source/WebKit/android/jni/PicturePile.cpp
index ccdfa59..bdf347a 100644
--- a/Source/WebKit/android/jni/PicturePile.cpp
+++ b/Source/WebKit/android/jni/PicturePile.cpp
@@ -81,7 +81,6 @@ void PicturePile::draw(SkCanvas* canvas)
* the rect bounds of the SkRegion for the clip, so this still can't be
* used for translucent surfaces
*/
- TRACE_METHOD();
IntRect clipBounds = extractClipBounds(canvas, m_size);
SkRegion clipRegion(toSkIRect(clipBounds));
drawWithClipRecursive(canvas, clipRegion, m_pile.size() - 1);