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

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

Issue 2778823002: Simplify WindowManager::OnWmSetBounds (Closed)
Patch Set: Created 3 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
« 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 aeb8223c2e4d280184f17c232d0513ef1d1e1e40..717386c9e19f126930e826ce0c0960a5b9d77a09 100644
--- a/ui/aura/test/aura_test_base.cc
+++ b/ui/aura/test/aura_test_base.cc
@@ -157,9 +157,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, 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