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

Unified Diff: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc

Issue 10816004: Fixes missing 5 pixel inset for theme background in Ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
index 61bebd905c94b2da05395a2aafd74412b8018d2d..21288e4c778bc024f6e780583f9b23f8857ee42e 100644
--- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
+++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
@@ -232,6 +232,10 @@ AppNonClientFrameViewAura::GetTabStripInsets(bool restored) const {
return TabStripInsets();
}
+int AppNonClientFrameViewAura::GetThemeBackgroundXInset() const {
+ return 0;
+}
+
void AppNonClientFrameViewAura::UpdateThrobber(bool running) {
}

Powered by Google App Engine
This is Rietveld 408576698