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

Unified Diff: services/ui/ws/window_server_test_base.h

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
Index: services/ui/ws/window_server_test_base.h
diff --git a/services/ui/ws/window_server_test_base.h b/services/ui/ws/window_server_test_base.h
index 297941fb55bfc4cc489a460c316e40ef8dfb8e1a..5d33c6de1b6268d6b470eaf4e02ab8bf673b0718 100644
--- a/services/ui/ws/window_server_test_base.h
+++ b/services/ui/ws/window_server_test_base.h
@@ -88,7 +88,7 @@ class WindowServerTestBase
// WindowManagerDelegate:
void SetWindowManagerClient(aura::WindowManagerClient* client) override;
- bool OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) override;
+ void OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) override;
bool OnWmSetProperty(
aura::Window* window,
const std::string& name,

Powered by Google App Engine
This is Rietveld 408576698