| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index 879f29733ce3740da39d09985dcd335d1757539f..b725f071294e242d9f580e04f078e21037834827 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -157,6 +157,8 @@ class CC_EXPORT OutputSurface : public base::trace_event::MemoryDumpProvider {
|
| // there's new content.
|
| virtual void Invalidate() {}
|
|
|
| + virtual void ProcessCALayers(const CALayerOverlayList& ca_layer_overlays) {}
|
| +
|
| // Updates the worker context provider's visibility, freeing GPU resources if
|
| // appropriate.
|
| virtual void SetWorkerContextShouldAggressivelyFreeResources(bool is_visible);
|
|
|