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

Unified Diff: components/mus/ws/server_window_observer.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/ws/server_window.cc ('k') | components/mus/ws/window_manager_client_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/server_window_observer.h
diff --git a/components/mus/ws/server_window_observer.h b/components/mus/ws/server_window_observer.h
index f963cebbeed258021c29d0ab8d6acae7d3d22883..be51d04a00e835acca64f830da0f1aaeb2f27524 100644
--- a/components/mus/ws/server_window_observer.h
+++ b/components/mus/ws/server_window_observer.h
@@ -8,6 +8,7 @@
#include "components/mus/public/interfaces/mus_constants.mojom.h"
namespace gfx {
+class Insets;
class Rect;
}
@@ -46,8 +47,8 @@ class ServerWindowObserver {
const gfx::Rect& new_bounds) {}
virtual void OnWindowClientAreaChanged(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) {}
virtual void OnWindowReordered(ServerWindow* window,
ServerWindow* relative,
« no previous file with comments | « components/mus/ws/server_window.cc ('k') | components/mus/ws/window_manager_client_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698