| Index: cc/surfaces/onscreen_display_client.h
|
| diff --git a/cc/surfaces/onscreen_display_client.h b/cc/surfaces/onscreen_display_client.h
|
| index ef61e53ef580fa82afb6c2b43e6048b5778a1272..edf76c45aec688cb1af70f055aa794a0f99b0f29 100644
|
| --- a/cc/surfaces/onscreen_display_client.h
|
| +++ b/cc/surfaces/onscreen_display_client.h
|
| @@ -46,7 +46,6 @@ class CC_SURFACES_EXPORT OnscreenDisplayClient
|
| void CommitVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval) override;
|
| void OutputSurfaceLost() override;
|
| - void SetMemoryPolicy(const ManagedMemoryPolicy& policy) override;
|
|
|
| bool output_surface_lost() { return output_surface_lost_; }
|
|
|
|
|