| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 37055539d0a93744d8aaceef1416db37ad054ea4..40d7336c64b4346a611452ab79f589b082ffe1d0 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -98,6 +98,7 @@ class CC_EXPORT LayerImpl {
|
| void OnScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset);
|
| void OnTransformIsPotentiallyAnimatingChanged(bool is_animating);
|
| bool IsActive() const;
|
| + bool OpacityCanAnimateOnImplThread() const { return false; }
|
|
|
| // Tree structure.
|
| LayerImpl* parent() { return parent_; }
|
|
|