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

Unified Diff: chrome/browser/android/compositor/layer/toolbar_layer.cc

Issue 996493002: Remove no longer needed toolbar layer method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/android/compositor/layer/toolbar_layer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/compositor/layer/toolbar_layer.cc
diff --git a/chrome/browser/android/compositor/layer/toolbar_layer.cc b/chrome/browser/android/compositor/layer/toolbar_layer.cc
index 658fd9c9a74f0b7a790ef2a3bafb27be1f2a1ef9..10ef0cf51923fda94486979c3e9d1f3ca31fa664 100644
--- a/chrome/browser/android/compositor/layer/toolbar_layer.cc
+++ b/chrome/browser/android/compositor/layer/toolbar_layer.cc
@@ -63,17 +63,6 @@ void ToolbarLayer::PushResource(
debug_layer_->RemoveFromParent();
}
-void ToolbarLayer::PushResource(ui::ResourceManager::Resource* resource,
- bool anonymize,
- bool anonymize_component_is_incognito,
- bool show_debug) {
- PushResource(resource,
- nullptr,
- anonymize,
- anonymize_component_is_incognito,
- show_debug);
-}
-
ToolbarLayer::ToolbarLayer()
: layer_(cc::Layer::Create()),
bitmap_layer_(cc::UIResourceLayer::Create()),
« no previous file with comments | « chrome/browser/android/compositor/layer/toolbar_layer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698