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

Unified Diff: chrome/browser/dom_ui/dom_ui_theme_source.h

Issue 149741: Allow the tiling of theme background images on the NTP.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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 | « chrome/browser/browser_theme_provider.cc ('k') | chrome/browser/dom_ui/dom_ui_theme_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/dom_ui_theme_source.h
===================================================================
--- chrome/browser/dom_ui/dom_ui_theme_source.h (revision 20990)
+++ chrome/browser/dom_ui/dom_ui_theme_source.h (working copy)
@@ -35,6 +35,10 @@
// states when the bar is attached or detached.
std::string GetNewTabBackgroundCSS(bool bar_attached);
+ // How the background image on the new tab page should be tiled (see tiling
+ // masks in browser_theme_provider.h).
+ std::string GetNewTabBackgroundTilingCSS();
+
Profile* profile_;
DISALLOW_COPY_AND_ASSIGN(DOMUIThemeSource);
};
« no previous file with comments | « chrome/browser/browser_theme_provider.cc ('k') | chrome/browser/dom_ui/dom_ui_theme_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698