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

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

Issue 2778823002: Simplify WindowManager::OnWmSetBounds (Closed)
Patch Set: Update expectations for DragTestInteractive.DragTest 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
« no previous file with comments | « ui/aura/test/aura_test_base.h ('k') | ui/views/mus/drag_interactive_uitest.cc » ('j') | 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..81b4a3e7c23d9dfaa1a67e8ea8d321dd9ff74263 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, const gfx::Rect& bounds) {}
bool AuraTestBase::OnWmSetProperty(
Window* window,
« no previous file with comments | « ui/aura/test/aura_test_base.h ('k') | ui/views/mus/drag_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698