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

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

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.h
diff --git a/services/ui/demo/mus_demo_internal.h b/services/ui/demo/mus_demo_internal.h
index 7c86b3a93eac307a5e85133e7c54ff8c97de2a01..0c9078a170544c6f3477a2c56717f7cee849b772 100644
--- a/services/ui/demo/mus_demo_internal.h
+++ b/services/ui/demo/mus_demo_internal.h
@@ -32,7 +32,7 @@ class MusDemoInternal : public MusDemo, public aura::WindowManagerDelegate {
// aura::WindowManagerDelegate:
void SetWindowManagerClient(aura::WindowManagerClient* client) final;
- bool OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) final;
+ void OnWmSetBounds(aura::Window* window, gfx::Rect* bounds) final;
bool OnWmSetProperty(aura::Window* window,
const std::string& name,
std::unique_ptr<std::vector<uint8_t>>* new_data) final;

Powered by Google App Engine
This is Rietveld 408576698