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

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h

Issue 1682373002: Misc. small changes in preparation for moving popup mode edge drawing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 4 years, 10 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/frame/opaque_browser_frame_view_layout.h
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h
index 8daedf5911ff6dbad79793ceb8f3b1d2f7d79bff..8dc755ff678b762e4b51b63df4a4ebd6d2f6787f 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.h
@@ -25,10 +25,13 @@ class Label;
// dependencies with Browser and classes that depend on Browser.
class OpaqueBrowserFrameViewLayout : public views::LayoutManager {
public:
+ // Constants used by OpaqueBrowserFrameView as well.
+ static const int kContentEdgeShadowThickness;
+
// Constants public for testing only.
static const int kNonClientRestoredExtraThickness;
static const int kFrameBorderThickness;
- static const int kTitlebarTopAndBottomEdgeThickness;
+ static const int kTitlebarTopEdgeThickness;
static const int kIconLeftSpacing;
static const int kIconTitleSpacing;
static const int kCaptionSpacing;

Powered by Google App Engine
This is Rietveld 408576698