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

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

Issue 2548513002: Update bool WindowManager::OnWmSetBounds() to match with its desirable behavior. (Closed)
Patch Set: Change gfx::Rect* to const gfx::Rect&. Created 4 years 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
« ui/aura/mus/window_tree_client.cc ('K') | « ui/aura/test/aura_test_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.cc
diff --git a/ui/aura/test/aura_test_base.cc b/ui/aura/test/aura_test_base.cc
index 31b00ae13d90c04ff9384f039f6402164416942c..a3af4ec08b434e0a9ee6243c63fc21a209afcf1f 100644
--- a/ui/aura/test/aura_test_base.cc
+++ b/ui/aura/test/aura_test_base.cc
@@ -156,9 +156,7 @@ void AuraTestBase::OnPointerEventObserved(const ui::PointerEvent& event,
void AuraTestBase::SetWindowManagerClient(WindowManagerClient* client) {}
-bool AuraTestBase::OnWmSetBounds(Window* window, gfx::Rect* bounds) {
- return true;
-}
+void AuraTestBase::OnWmSetBounds(Window* window, const gfx::Rect& bounds) {}
bool AuraTestBase::OnWmSetProperty(
Window* window,
« ui/aura/mus/window_tree_client.cc ('K') | « ui/aura/test/aura_test_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698