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

Unified Diff: chrome/browser/views/frame/opaque_non_client_view.h

Issue 28072: Make non-glass popups match new mockup from Glen.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/browser/views/frame/opaque_non_client_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/opaque_non_client_view.h
===================================================================
--- chrome/browser/views/frame/opaque_non_client_view.h (revision 10201)
+++ chrome/browser/views/frame/opaque_non_client_view.h (working copy)
@@ -85,11 +85,11 @@
// frame, any title area, and any connected client edge.
int NonClientTopBorderHeight() const;
- // For windows without a toolbar, a bottom border, and, in restored mode, a
- // client edge are drawn at the bottom of the titlebar. When a toolbar is
- // present, neither of these are drawn, as the toolbar itself will edge the
- // titlebar area. This returns the height of any such edge.
- int BottomEdgeThicknessWithinNonClientHeight() const;
+ // The nonclient area at the top of the window may include some "unavailable"
+ // pixels at its bottom: a dark shadow along the bottom of the titlebar and a
+ // client edge. These vary from mode to mode, so this function returns the
+ // number of such pixels the nonclient height includes.
+ int UnavailablePixelsAtBottomOfNonClientHeight() const;
// Calculates multiple values related to title layout. Returns the height of
// the entire titlebar including any connected client edge.
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/browser/views/frame/opaque_non_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698