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

Unified Diff: components/mus/ws/connection_manager.h

Issue 1419793006: Makes windowmanager draw non-client area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add include Created 5 years, 1 month 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 | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/connection_manager.h
diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
index 088bd1a5e63acd1e4d32e405b13fb9b75a799a9a..4fca836e03b9cdf7f415bf4745f64906d8084719 100644
--- a/components/mus/ws/connection_manager.h
+++ b/components/mus/ws/connection_manager.h
@@ -160,8 +160,8 @@ class ConnectionManager : public ServerWindowDelegate,
const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds);
void ProcessClientAreaChanged(const ServerWindow* window,
- const gfx::Rect& old_client_area,
- const gfx::Rect& new_client_area);
+ const gfx::Insets& old_client_area,
+ const gfx::Insets& new_client_area);
void ProcessViewportMetricsChanged(const mojom::ViewportMetrics& old_metrics,
const mojom::ViewportMetrics& new_metrics);
void ProcessWillChangeWindowHierarchy(const ServerWindow* window,
@@ -216,8 +216,8 @@ class ConnectionManager : public ServerWindowDelegate,
const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) override;
void OnWindowClientAreaChanged(ServerWindow* window,
- const gfx::Rect& old_client_area,
- const gfx::Rect& new_client_area) override;
+ const gfx::Insets& old_client_area,
+ const gfx::Insets& new_client_area) override;
void OnWindowReordered(ServerWindow* window,
ServerWindow* relative,
mojom::OrderDirection direction) override;
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698