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

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

Issue 986683002: [Android] Allow specifying the progress component of the toolbar as a separate texture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Javadoc fix 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
Index: chrome/browser/android/compositor/layer/tab_layer.cc
diff --git a/chrome/browser/android/compositor/layer/tab_layer.cc b/chrome/browser/android/compositor/layer/tab_layer.cc
index a0af759ee75964accae12f4138b9d78de2582833..47dd47586c7f9fbdf3319140bed059d125bcf133 100644
--- a/chrome/browser/android/compositor/layer/tab_layer.cc
+++ b/chrome/browser/android/compositor/layer/tab_layer.cc
@@ -184,7 +184,10 @@ void TabLayer::SetProperties(int id,
//----------------------------------------------------------------------------
// Update Resource Ids For Layers That Impact Layout
//----------------------------------------------------------------------------
- toolbar_layer_->PushResource(toolbar_resource, anonymize_toolbar, incognito_,
+ toolbar_layer_->PushResource(toolbar_resource,
+ nullptr,
+ anonymize_toolbar,
+ incognito_,
false);
//----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698