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

Unified Diff: views/layer_property_setter.h

Issue 7972023: Implicit animations through Layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More tweaks Created 9 years, 3 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 | « views/desktop/desktop_window_view.cc ('k') | views/layer_property_setter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layer_property_setter.h
diff --git a/views/layer_property_setter.h b/views/layer_property_setter.h
index 07f4abde9ad1b63d0f900fb54cd7e8c40a9b2ca7..9db167d5bc980762763f9d51029be33a848c92c6 100644
--- a/views/layer_property_setter.h
+++ b/views/layer_property_setter.h
@@ -28,10 +28,6 @@ class VIEWS_EXPORT LayerPropertySetter {
// layer. Ownership returns to caller.
static LayerPropertySetter* CreateDefaultSetter();
- // Creates a LayerPropertySetter that animates changes. Ownership returns to
- // caller.
- static LayerPropertySetter* CreateAnimatingSetter();
-
virtual ~LayerPropertySetter() {}
// Invoked when the LayerPropertySetter is to be used for a particular Layer.
« no previous file with comments | « views/desktop/desktop_window_view.cc ('k') | views/layer_property_setter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698