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

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: 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..c402ef7e9f86d6c409086bc9283cfa0c2c58b1dd 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;
+
+ // Update the left offset used header. Passing 0 will use the default offset.
+ virtual void UpdateHeaderOffset(int left_header_view_offset) = 0;
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698