summaryrefslogtreecommitdiffstats
path: root/cc/layer_impl.h
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-28 05:58:54 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-28 05:58:54 +0000
commit6ef21ffc292e8b606a8e8d33bbea0102b34e8116 (patch)
treefcda4e35a9055bc1796f6e076c253255adb620e7 /cc/layer_impl.h
parentb659ff723d5e68b468f65ce33bf40722eea089f0 (diff)
downloadchromium_src-6ef21ffc292e8b606a8e8d33bbea0102b34e8116.zip
chromium_src-6ef21ffc292e8b606a8e8d33bbea0102b34e8116.tar.gz
chromium_src-6ef21ffc292e8b606a8e8d33bbea0102b34e8116.tar.bz2
cc: Add a didUpdateTransforms function to LayerImpl
This gets called per-layer post calcDraw. BUG=155209 Review URL: https://codereview.chromium.org/11414190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_impl.h')
-rw-r--r--cc/layer_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/layer_impl.h b/cc/layer_impl.h
index 02f94ec..6cc4d12 100644
--- a/cc/layer_impl.h
+++ b/cc/layer_impl.h
@@ -268,6 +268,8 @@ public:
virtual Region visibleContentOpaqueRegion() const;
+ virtual void didUpdateTransforms() { }
+
// Indicates that the context previously used to render this layer
// was lost and that a new one has been created. Won't be called
// until the new context has been created successfully.