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

Unified Diff: ash/mus/window_manager.h

Issue 2548513002: Update bool WindowManager::OnWmSetBounds() to match with its desirable behavior. (Closed)
Patch Set: change bool to void. Created 4 years 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 | « no previous file | ash/mus/window_manager.cc » ('j') | services/ui/public/cpp/tests/window_server_test_base.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 1f94114c66e653933109c7018948b803f42c838d..f071e82cb9c7a144bef2449d8137dc67bf7d9b05 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -134,7 +134,7 @@ class WindowManager : public ui::WindowManagerDelegate,
// WindowManagerDelegate:
void SetWindowManagerClient(ui::WindowManagerClient* client) override;
- bool OnWmSetBounds(ui::Window* window, gfx::Rect* bounds) override;
+ void OnWmSetBounds(ui::Window* window, gfx::Rect* bounds) override;
bool OnWmSetProperty(
ui::Window* window,
const std::string& name,
« no previous file with comments | « no previous file | ash/mus/window_manager.cc » ('j') | services/ui/public/cpp/tests/window_server_test_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698