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

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: Rebase 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
« no previous file with comments | « ash/frame/default_header_painter_unittest.cc ('k') | ash/frame/header_painter_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/frame/header_painter.h
diff --git a/ash/frame/header_painter.h b/ash/frame/header_painter.h
index c8c801514b01409abfc7198cd5c4f8571b147cdf..0eb67ab06e1cf114dfd11999f39033e5c334decf 100644
--- a/ash/frame/header_painter.h
+++ b/ash/frame/header_painter.h
@@ -40,6 +40,9 @@ class ASH_EXPORT HeaderPainter {
// Schedule a re-paint of the entire title.
virtual void SchedulePaintForTitle() = 0;
+
+ // Updates the x inset of the leftmost view in the header.
+ virtual void UpdateLeftViewXInset(int left_view_x_inset) = 0;
};
} // namespace ash
« no previous file with comments | « ash/frame/default_header_painter_unittest.cc ('k') | ash/frame/header_painter_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698