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

Unified Diff: chrome/browser/android/compositor/layer/tab_layer.h

Issue 2293573002: Add tinted static UI resource cache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up Created 4 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/android/compositor/layer/tab_layer.h
diff --git a/chrome/browser/android/compositor/layer/tab_layer.h b/chrome/browser/android/compositor/layer/tab_layer.h
index 470c0b1d9c8ecde87ccc3b2f7c734c707da9fdde..0894d246f148fffe11aef39018888476c89b8c0a 100644
--- a/chrome/browser/android/compositor/layer/tab_layer.h
+++ b/chrome/browser/android/compositor/layer/tab_layer.h
@@ -88,6 +88,7 @@ class TabLayer : public Layer {
bool show_toolbar,
int default_theme_color,
int toolbar_background_color,
+ int default_close_button_color,
int close_button_color,
bool anonymize_toolbar,
int toolbar_textbox_resource_id,
@@ -117,12 +118,8 @@ class TabLayer : public Layer {
private:
void SetTitle(DecorationTitle* title);
- std::unique_ptr<cc::FilterOperations> createSolidColorFilter(int color);
const bool incognito_;
- bool toolbar_background_color_;
- bool close_button_color_;
- bool tab_switcher_themes_enabled_;
ui::ResourceManager* resource_manager_;
LayerTitleCache* layer_title_cache_;

Powered by Google App Engine
This is Rietveld 408576698