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

Unified Diff: chrome/browser/ui/views/constrained_window_frame_simple.h

Issue 11077006: Correct padding and focus ring for frameless constrained window dialog (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add comments and ASCII art. More clear implementation of client insets. Created 8 years, 2 months 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: chrome/browser/ui/views/constrained_window_frame_simple.h
diff --git a/chrome/browser/ui/views/constrained_window_frame_simple.h b/chrome/browser/ui/views/constrained_window_frame_simple.h
index 3a141a558150a93dce89a80077f7257dd5cadcab..139ae7c723807a45eb80adac793f8dee4d1b0658 100644
--- a/chrome/browser/ui/views/constrained_window_frame_simple.h
+++ b/chrome/browser/ui/views/constrained_window_frame_simple.h
@@ -71,6 +71,8 @@ class ConstrainedWindowFrameSimple : public views::NonClientFrameView,
scoped_ptr<HeaderViews> header_views_;
+ gfx::Insets client_insets_;
Mike Wittman 2012/10/09 22:55:46 For clarity, make this const.
please use gerrit instead 2012/10/10 19:12:58 Done.
+
DISALLOW_COPY_AND_ASSIGN(ConstrainedWindowFrameSimple);
};
#endif // CHROME_BROWSER_UI_VIEWS_CONSTRAINED_WINDOW_FRAME_SIMPLE_H_

Powered by Google App Engine
This is Rietveld 408576698