| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index f39dfe1efc8d2faaf1413a1dfc7178e65f771fb6..7898d6256a203c855398a0f46ab19d35cbca2354 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -135,6 +135,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
|
| bool HasPotentiallyRunningOpacityAnimation() const;
|
| virtual bool OpacityCanAnimateOnImplThread() const;
|
|
|
| + virtual bool AlwaysUseActiveTreeOpacity() const;
|
| +
|
| void SetBlendMode(SkXfermode::Mode blend_mode);
|
| SkXfermode::Mode blend_mode() const { return blend_mode_; }
|
|
|
|
|