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

Unified Diff: ash/frame/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: Fix test 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/header_painter.h
diff --git a/ash/frame/header_painter.h b/ash/frame/header_painter.h
index c8c801514b01409abfc7198cd5c4f8571b147cdf..891795825b3b4d095d1dcc509cfd81c8b8aa5d64 100644
--- a/ash/frame/header_painter.h
+++ b/ash/frame/header_painter.h
@@ -40,6 +40,10 @@ class ASH_EXPORT HeaderPainter {
// Schedule a re-paint of the entire title.
virtual void SchedulePaintForTitle() = 0;
+
+ // X inset of the left most view of the header. Passing 0 will use the default
+ // inset.
pkotwicz 2014/08/14 01:59:44 Nit: "Updates the x inset of the leftmost view in
benwells 2014/08/14 04:42:50 Done.
+ virtual void UpdateLeftViewXInset(int left_view_x_inset) = 0;
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698