| Index: cc/surfaces/display.cc
|
| diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
|
| index f22c056cdcf1bb32dfb3da844d9b29bc2e388536..6d40de6f0d74283c3a866fe8c35c788c328f7fb0 100644
|
| --- a/cc/surfaces/display.cc
|
| +++ b/cc/surfaces/display.cc
|
| @@ -371,7 +371,8 @@ void Display::SetBeginFrameSource(BeginFrameSource* source) {
|
| }
|
|
|
| void Display::SetMemoryPolicy(const ManagedMemoryPolicy& policy) {
|
| - client_->DisplaySetMemoryPolicy(policy);
|
| + // This is only for LayerTreeHostImpl.
|
| + NOTREACHED();
|
| }
|
|
|
| void Display::OnDraw(const gfx::Transform& transform,
|
|
|