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

Unified Diff: ash/wm/panels/panel_frame_view.h

Issue 25270004: Fix bugs wrt to the content edge for v1 apps and panels (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits as per flackr@ Created 7 years, 3 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 | « no previous file | ash/wm/panels/panel_frame_view.cc » ('j') | ash/wm/panels/panel_frame_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/panel_frame_view.h
diff --git a/ash/wm/panels/panel_frame_view.h b/ash/wm/panels/panel_frame_view.h
index cccfd1875db6ae29a5a4b66f0c658fc79c5240c2..436ba4ab4426d024d3fa8e24f90aa3d1b8cfff30 100644
--- a/ash/wm/panels/panel_frame_view.h
+++ b/ash/wm/panels/panel_frame_view.h
@@ -41,6 +41,9 @@ class ASH_EXPORT PanelFrameView : public views::NonClientFrameView {
private:
void InitFramePainter();
+ // Height from top of window to top of client area.
+ int NonClientTopBorderHeight() const;
+
// Overridden from views::NonClientFrameView:
virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
virtual gfx::Rect GetWindowBoundsForClientBounds(
« no previous file with comments | « no previous file | ash/wm/panels/panel_frame_view.cc » ('j') | ash/wm/panels/panel_frame_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698