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

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

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 | « mash/simple_wm/simple_wm.cc ('k') | services/ui/demo/mus_demo_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b145e891b77b74883580d195cde147e458807f7b 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, const gfx::Rect& bounds) final;
bool OnWmSetProperty(aura::Window* window,
const std::string& name,
std::unique_ptr<std::vector<uint8_t>>* new_data) final;
« no previous file with comments | « mash/simple_wm/simple_wm.cc ('k') | services/ui/demo/mus_demo_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698