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

Unified Diff: components/mus/public/cpp/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/public/cpp/window.h ('k') | components/mus/public/interfaces/window_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/window_observer.h
diff --git a/components/mus/public/cpp/window_observer.h b/components/mus/public/cpp/window_observer.h
index 91fd6669c257ef6a9b7fe95acdbd1d9a55eb5e2a..979428adf8662cbe8f45ac45a461d48b646bf849 100644
--- a/components/mus/public/cpp/window_observer.h
+++ b/components/mus/public/cpp/window_observer.h
@@ -55,7 +55,7 @@ class WindowObserver {
const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) {}
virtual void OnWindowClientAreaChanged(Window* window,
- const gfx::Rect& old_client_area) {}
+ const gfx::Insets& old_client_area) {}
virtual void OnWindowViewportMetricsChanged(
Window* window,
« no previous file with comments | « components/mus/public/cpp/window.h ('k') | components/mus/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698