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

Unified Diff: ui/aura/window.cc

Issue 8395046: Allows observers to be notified when layer animations complete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer comments. Created 9 years, 2 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/window.cc
diff --git a/ui/aura/window.cc b/ui/aura/window.cc
index 854eaf4b2e74b35dafa3dc43e4e69149d0aa9f23..d1eb3ee500ea78c9cec67461b6871708b23c14e8 100644
--- a/ui/aura/window.cc
+++ b/ui/aura/window.cc
@@ -531,8 +531,4 @@ void Window::OnPaintLayer(gfx::Canvas* canvas) {
delegate_->OnPaint(canvas);
}
-void Window::OnLayerAnimationEnded(
- const ui::LayerAnimationSequence* animation) {
-}
-
} // namespace aura

Powered by Google App Engine
This is Rietveld 408576698