summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/layers
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-05-23 13:18:27 -0700
committerChris Craik <ccraik@google.com>2012-05-23 13:39:17 -0700
commitefa55f30473bf9e73383966273558efd8d946b7b (patch)
treea953929e768fd1c4dc8caf689c6eaff189eb4ed8 /Source/WebCore/platform/graphics/android/layers
parent55d602593a60888cfc87c244a5e3258f35bae50e (diff)
downloadexternal_webkit-efa55f30473bf9e73383966273558efd8d946b7b.zip
external_webkit-efa55f30473bf9e73383966273558efd8d946b7b.tar.gz
external_webkit-efa55f30473bf9e73383966273558efd8d946b7b.tar.bz2
Add tracing to interesting/potentially costly functions
bug:6530473 bug:6344165 Change-Id: I40b190036af8c021134d5ac450e3217098ba2296
Diffstat (limited to 'Source/WebCore/platform/graphics/android/layers')
-rw-r--r--Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.cpp
index 283fa58..085a356 100644
--- a/Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.cpp
+++ b/Source/WebCore/platform/graphics/android/layers/BaseLayerAndroid.cpp
@@ -78,6 +78,7 @@ IFrameLayerAndroid* BaseLayerAndroid::updatePosition(SkRect viewport,
void BaseLayerAndroid::updatePositionsRecursive(const SkRect& visibleContentRect)
{
+ TRACE_METHOD();
updateLayerPositions(visibleContentRect);
TransformationMatrix ident;
FloatRect clip(0, 0, getWidth(), getHeight());