summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/Layer.h
diff options
context:
space:
mode:
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.