summaryrefslogtreecommitdiffstats
path: root/ash/rotator/screen_rotation.h
diff options
context:
space:
mode:
authorvollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-14 03:10:24 +0000
committervollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-14 03:10:24 +0000
commite03193d03296fd4f0caaa70baad62f2804a6c21c (patch)
treeadb601e0b1ea637bf5345ae41f774a71407e9fa0 /ash/rotator/screen_rotation.h
parentec21f97a334797e2d0e394e5fe2599f7074ba678 (diff)
downloadchromium_src-e03193d03296fd4f0caaa70baad62f2804a6c21c.zip
chromium_src-e03193d03296fd4f0caaa70baad62f2804a6c21c.tar.gz
chromium_src-e03193d03296fd4f0caaa70baad62f2804a6c21c.tar.bz2
Use a bitfield to store animatable properties.
This makes much more sense than a std::set (which is what we're currently doing). R=sky@chromium.org BUG=None Review URL: https://codereview.chromium.org/134453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/rotator/screen_rotation.h')
-rw-r--r--ash/rotator/screen_rotation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h
index 2f9616a..66caaf6 100644
--- a/ash/rotator/screen_rotation.h
+++ b/ash/rotator/screen_rotation.h
@@ -45,9 +45,6 @@ class ASH_EXPORT ScreenRotation : public ui::LayerAnimationElement {
virtual void OnGetTarget(TargetValue* target) const OVERRIDE;
virtual void OnAbort(ui::LayerAnimationDelegate* delegate) OVERRIDE;
- static const ui::LayerAnimationElement::AnimatableProperties&
- GetProperties();
-
scoped_ptr<ui::InterpolatedTransform> interpolated_transform_;
// The number of degrees to rotate.