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

Unified Diff: components/mus/public/cpp/lib/window_private.h

Issue 1419793006: Makes windowmanager draw non-client area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move wm nonclientframeview to wm 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
Index: components/mus/public/cpp/lib/window_private.h
diff --git a/components/mus/public/cpp/lib/window_private.h b/components/mus/public/cpp/lib/window_private.h
index 4f9b57f338d184bdbf730ea244424ab7a470329e..d566a60be0cee40b7f714627517c268834526e4d 100644
--- a/components/mus/public/cpp/lib/window_private.h
+++ b/components/mus/public/cpp/lib/window_private.h
@@ -54,7 +54,7 @@ class WindowPrivate {
const gfx::Rect& new_bounds) {
window_->LocalSetBounds(old_bounds, new_bounds);
}
- void LocalSetClientArea(const gfx::Rect& new_client_area) {
+ void LocalSetClientArea(const gfx::Insets& new_client_area) {
window_->LocalSetClientArea(new_client_area);
}
void LocalSetDrawn(bool drawn) { window_->LocalSetDrawn(drawn); }

Powered by Google App Engine
This is Rietveld 408576698