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

Unified Diff: ui/aura/root_window.cc

Issue 10444014: ash: Improved window maximize/restore animations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix workspace mgr, remove ignore_window, cleanup Created 8 years, 7 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
Index: ui/aura/root_window.cc
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index a9656791dbc511853b60e8f7f01a65f7fe44cf61..fec433785ad161010eb4841a12db0a1e096622a9 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -585,6 +585,9 @@ void RootWindow::OnCompositingEnded(ui::Compositor*) {
}
}
+void RootWindow::OnCompositingAborted(ui::Compositor*) {
+}
+
////////////////////////////////////////////////////////////////////////////////
// RootWindow, ui::LayerDelegate implementation:
void RootWindow::OnDeviceScaleFactorChanged(

Powered by Google App Engine
This is Rietveld 408576698