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

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: nit Created 4 years, 3 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 00d5995e4d630f1030d60fc15adb7b4dc98dea2b..f076e0de30ea1e3429fe09755548b67ae624df5a 100644
--- a/chrome/browser/android/compositor/layer/tab_layer.h
+++ b/chrome/browser/android/compositor/layer/tab_layer.h
@@ -117,11 +117,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_;
ui::ResourceManager* resource_manager_;
LayerTitleCache* layer_title_cache_;

Powered by Google App Engine
This is Rietveld 408576698