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

Unified Diff: cc/layers/scrollbar_layer_impl_base.cc

Issue 1991523002: cc : Track ids for which active opacity always wins on property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: cc/layers/scrollbar_layer_impl_base.cc
diff --git a/cc/layers/scrollbar_layer_impl_base.cc b/cc/layers/scrollbar_layer_impl_base.cc
index e8e0f80a18c47aa416c8c1739bfeb21722c8f389..8abce4a657a322cff420a41ee4b48ceb19e22343 100644
--- a/cc/layers/scrollbar_layer_impl_base.cc
+++ b/cc/layers/scrollbar_layer_impl_base.cc
@@ -42,7 +42,6 @@ void ScrollbarLayerImplBase::PushPropertiesTo(LayerImpl* layer) {
void ScrollbarLayerImplBase::DidBecomeActive() {
LayerImpl::DidBecomeActive();
ajuma 2016/05/18 13:53:48 Since this just calls into the base class now, Scr
jaydasika 2016/05/19 00:27:09 Done.
- UpdatePropertyTreeOpacity();
}
ScrollbarLayerImplBase* ScrollbarLayerImplBase::ToScrollbarLayer() {

Powered by Google App Engine
This is Rietveld 408576698