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

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: Real assets, crushed, review feedback 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..3d8e42fde37513354701f4c8ef7159f59c6a3752 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 of the header.
pkotwicz 2014/08/19 00:17:07 Nit: of the header -> in the header
benwells 2014/08/19 01:42:42 Done.
+ virtual void UpdateLeftViewXInset(int left_view_x_inset) = 0;
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698