Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: ash/rotator/screen_rotation.h

Issue 134453004: Use a bitfield to store animatable properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build error Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/rotator/screen_rotation.cc » ('j') | ui/compositor/layer_animation_element.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/rotator/screen_rotation.h
diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h
index 2f9616a648f3eb1805b5c64a184b1f90f7f87098..66caaf6b0fdce3ca29a9ac5e848bcb06784c40da 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.
« no previous file with comments | « no previous file | ash/rotator/screen_rotation.cc » ('j') | ui/compositor/layer_animation_element.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698