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

Unified Diff: ui/aura/test/test_window_delegate.cc

Issue 12342028: make menus, bubbles, etc. top level windows on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 7 years, 9 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/test/test_window_delegate.cc
diff --git a/ui/aura/test/test_window_delegate.cc b/ui/aura/test/test_window_delegate.cc
index 462cd701b89329bffebc2770006b54a2695aaa76..784a9da3ac67f4e8de8705f86bdd1ccab62be7cc 100644
--- a/ui/aura/test/test_window_delegate.cc
+++ b/ui/aura/test/test_window_delegate.cc
@@ -41,6 +41,9 @@ gfx::Size TestWindowDelegate::GetMaximumSize() const {
return maximum_size_;
}
+void TestWindowDelegate::SetHostTransitionBounds(const gfx::Rect& bounds) {
+}
+
void TestWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) {
}
@@ -73,6 +76,9 @@ void TestWindowDelegate::OnDeviceScaleFactorChanged(
float device_scale_factor) {
}
+void TestWindowDelegate::OnWindowHidingAnimationCompleted() {
+}
+
void TestWindowDelegate::OnWindowDestroying() {
}

Powered by Google App Engine
This is Rietveld 408576698