| Index: cc/surfaces/compositor_frame_sink_support.h
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.h b/cc/surfaces/compositor_frame_sink_support.h
|
| index bdafb4933e6c0f752edc1fde38a9d63fd003d6b5..9c062d2377c61e41947d9a715b8c230b0186a434 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.h
|
| +++ b/cc/surfaces/compositor_frame_sink_support.h
|
| @@ -56,6 +56,8 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
| void ForceReclaimResources();
|
| void ClaimTemporaryReference(const SurfaceId& surface_id);
|
|
|
| + void RunDrawCallbacks();
|
| +
|
| private:
|
| // Update surface references with SurfaceManager for current CompositorFrame
|
| // that has |local_surface_id|. UpdateReferences() must be called on
|
|
|