Chromium Code Reviews| Index: cc/layer.cc |
| diff --git a/cc/layer.cc b/cc/layer.cc |
| index 434ef2be8dc7824e9608d206d87e10d878930bf2..00699e51965ff0c85a83a1fd1210c2f6ad030fea 100644 |
| --- a/cc/layer.cc |
| +++ b/cc/layer.cc |
| @@ -396,6 +396,10 @@ bool Layer::OpacityIsAnimating() const { |
| return layer_animation_controller_->IsAnimatingProperty(Animation::Opacity); |
| } |
| +bool Layer::OpacityCanAnimateOnImplThread() const { |
| + return false; |
| +} |
| + |
| void Layer::SetContentsOpaque(bool opaque) { |
| if (contents_opaque_ == opaque) |
| return; |