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

Unified Diff: ash/wm/frame_painter.h

Issue 11363250: Allow Chrome apps to create Ash Panels (apps v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback and add unit test for PanelLayoutManager minimize/restore Created 8 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: ash/wm/frame_painter.h
diff --git a/ash/wm/frame_painter.h b/ash/wm/frame_painter.h
index d2b6fb781542f76d428a01606b5ca7ef122cdfb3..acb183d39215f8e3892b09d93a137ffbd3f957ef 100644
--- a/ash/wm/frame_painter.h
+++ b/ash/wm/frame_painter.h
@@ -107,8 +107,8 @@ class ASH_EXPORT FramePainter : public aura::WindowObserver,
void PaintHeaderContentSeparator(views::NonClientFrameView* view,
gfx::Canvas* canvas);
- // Returns size of the header/content separator line in pixels.
- int HeaderContentSeparatorSize() const;
+ // Returns the height of the header.
+ int HeaderHeight() const;
// Paint the title bar, primarily the title string.
void PaintTitleBar(views::NonClientFrameView* view,

Powered by Google App Engine
This is Rietveld 408576698