Chromium Code Reviews| Index: cc/layers/layer_impl.cc |
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc |
| index 9404e96a6158ae2c5d6349830488104e1db29e44..07201870f054a3c02450925fc5ef6629dcbc592f 100644 |
| --- a/cc/layers/layer_impl.cc |
| +++ b/cc/layers/layer_impl.cc |
| @@ -948,6 +948,8 @@ Region LayerImpl::VisibleContentOpaqueRegion() const { |
| return Region(); |
| } |
| +void LayerImpl::DidBeginTracing() {} |
| + |
| void LayerImpl::DidLoseOutputSurface() {} |
| void LayerImpl::SetMaxScrollOffset(gfx::Vector2d max_scroll_offset) { |