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

Unified Diff: services/ui/demo/mus_demo_internal.cc

Issue 2778823002: Simplify WindowManager::OnWmSetBounds (Closed)
Patch Set: Addressed Scott's comment 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/demo/mus_demo_internal.cc
diff --git a/services/ui/demo/mus_demo_internal.cc b/services/ui/demo/mus_demo_internal.cc
index a90df10e33f88a14c5279e44f8fe8a9f816ca4bb..1fae7108370da261fcb989d4a25d696cbe37222e 100644
--- a/services/ui/demo/mus_demo_internal.cc
+++ b/services/ui/demo/mus_demo_internal.cc
@@ -37,9 +37,7 @@ void MusDemoInternal::OnStartImpl() {
void MusDemoInternal::SetWindowManagerClient(
aura::WindowManagerClient* client) {}
-bool MusDemoInternal::OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) {
- return true;
-}
+void MusDemoInternal::OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) {}
bool MusDemoInternal::OnWmSetProperty(
aura::Window* window,

Powered by Google App Engine
This is Rietveld 408576698