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

Unified Diff: views/desktop/desktop_window_view.cc

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/aura_desktop/aura_desktop_main.cc ('k') | views/layer_property_setter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/desktop/desktop_window_view.cc
diff --git a/views/desktop/desktop_window_view.cc b/views/desktop/desktop_window_view.cc
index c151a4aa49fd7a39065458e4336ac35166c86b4f..be79bc693727c5f93013d2dc6e6c7d3a9bd77b5a 100644
--- a/views/desktop/desktop_window_view.cc
+++ b/views/desktop/desktop_window_view.cc
@@ -166,8 +166,6 @@ void DesktopWindowView::CreateTestWindow(const std::wstring& title,
static_cast<NativeWidgetViews*>(window->native_widget())->GetView()->
SetTransform(transform);
}
- static_cast<NativeWidgetViews*>(window->native_widget())->GetView()->
- SetLayerPropertySetter(LayerPropertySetter::CreateAnimatingSetter());
}
void DesktopWindowView::AddObserver(DesktopWindowView::Observer* observer) {
« no previous file with comments | « views/aura_desktop/aura_desktop_main.cc ('k') | views/layer_property_setter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698