summaryrefslogtreecommitdiffstats
path: root/cc/animation/animation.h
diff options
context:
space:
mode:
authorajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-03 15:48:56 +0000
committerajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-03 15:48:56 +0000
commitb4c6d81da9c57bce3b2385cc3b3cad447a1bc5aa (patch)
tree0fb5e0341f882ce7115993ba2a7b53a4965970aa /cc/animation/animation.h
parent3959af780619c01d952d35a870fee2e8efb1abef (diff)
downloadchromium_src-b4c6d81da9c57bce3b2385cc3b3cad447a1bc5aa.zip
chromium_src-b4c6d81da9c57bce3b2385cc3b3cad447a1bc5aa.tar.gz
chromium_src-b4c6d81da9c57bce3b2385cc3b3cad447a1bc5aa.tar.bz2
cc: Support animating filters
This adds a new Animation::TargetProperty for filters, and updates LayerAnimationController to support this new target. BUG=181613 Review URL: https://codereview.chromium.org/25311003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/animation/animation.h')
-rw-r--r--cc/animation/animation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/animation/animation.h b/cc/animation/animation.h
index 990b9ef..58da1e5 100644
--- a/cc/animation/animation.h
+++ b/cc/animation/animation.h
@@ -46,6 +46,7 @@ class CC_EXPORT Animation {
enum TargetProperty {
Transform = 0,
Opacity,
+ Filter,
// This sentinel must be last.
TargetPropertyEnumSize
};