summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/Layer.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-03-23 12:55:41 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-23 12:55:41 -0700
commita83257eb9d324048471edcf2974b54c20894a940 (patch)
treedb7db6ce78964bc9b70f7fe8f50ed8e2230291e7 /Source/WebCore/platform/graphics/android/Layer.h
parent666bc03d3d901a137fa40473104c9258ff77801d (diff)
parent885e650b12d781be054b31ae6221925a0184dc33 (diff)
downloadexternal_webkit-a83257eb9d324048471edcf2974b54c20894a940.zip
external_webkit-a83257eb9d324048471edcf2974b54c20894a940.tar.gz
external_webkit-a83257eb9d324048471edcf2974b54c20894a940.tar.bz2
Merge "reimplement BaseLayerAndroid as a LayerAndroid subclass"
Diffstat (limited to 'Source/WebCore/platform/graphics/android/Layer.h')
-rw-r--r--Source/WebCore/platform/graphics/android/Layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/Layer.h b/Source/WebCore/platform/graphics/android/Layer.h
index e872278..996547b 100644
--- a/Source/WebCore/platform/graphics/android/Layer.h
+++ b/Source/WebCore/platform/graphics/android/Layer.h
@@ -120,7 +120,7 @@ public:
This does not include the childrenMatrix, since that is only applied
after this layer draws (but before its children draw).
*/
- void getLocalTransform(SkMatrix* matrix) const;
+ virtual void getLocalTransform(SkMatrix* matrix) const;
/** Return, in matrix, the concatenation of transforms that are applied
from this layer's root parent to the layer itself.