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

Unified Diff: cc/layers/painted_scrollbar_layer.h

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/painted_scrollbar_layer.h
diff --git a/cc/layers/painted_scrollbar_layer.h b/cc/layers/painted_scrollbar_layer.h
index c3dacb12612eb831c2062912cd5288139cf83ae5..ef0f2e87fad3ff04dcd909157a0b0dd5f143cc59 100644
--- a/cc/layers/painted_scrollbar_layer.h
+++ b/cc/layers/painted_scrollbar_layer.h
@@ -26,6 +26,7 @@ class CC_EXPORT PaintedScrollbarLayer : public ScrollbarLayerInterface,
int scroll_layer_id);
bool OpacityCanAnimateOnImplThread() const override;
+ bool AlwaysUseActiveTreeOpacity() const override;
ScrollbarLayerInterface* ToScrollbarLayer() override;
// ScrollbarLayerInterface

Powered by Google App Engine
This is Rietveld 408576698