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

Unified Diff: ash/frame/default_header_painter.h

Issue 441803004: Introduce new WebApp header style for hosted apps and fizzy apps on ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put some non-ash code back Created 6 years, 4 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: ash/frame/default_header_painter.h
diff --git a/ash/frame/default_header_painter.h b/ash/frame/default_header_painter.h
index e06c31208f145d4ea64d493db7f17b35b26168a8..f297ad2c74c97296a11fdc31bd5bf081ae714528 100644
--- a/ash/frame/default_header_painter.h
+++ b/ash/frame/default_header_painter.h
@@ -74,6 +74,9 @@ class ASH_EXPORT DefaultHeaderPainter : public HeaderPainter,
// Returns the bounds for the title.
gfx::Rect GetTitleBounds() const;
+ // Returns the view to the left of the title.
+ virtual views::View* GetViewToLeftOfTitle() const;
+
// Returns the frame image to use when |frame_| is active.
gfx::ImageSkia* GetActiveFrameImage() const;

Powered by Google App Engine
This is Rietveld 408576698