| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index f0731d4dddb19399b45bc2ce1a661460276bed7b..273598831fa90ba11bdb860a0987891dd9d93590 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -1125,7 +1125,7 @@ Region LayerImpl::VisibleContentOpaqueRegion() const {
|
|
|
| void LayerImpl::DidBeginTracing() {}
|
|
|
| -void LayerImpl::DidLoseOutputSurface() {}
|
| +void LayerImpl::ReleaseResources() {}
|
|
|
| void LayerImpl::SetMaxScrollOffset(gfx::Vector2d max_scroll_offset) {
|
| if (max_scroll_offset_ == max_scroll_offset)
|
|
|