| Index: content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| diff --git a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| index f938e13cbe675323dea77851b1fc51a5e345bd64..05e460f151d34dcb7a21e27e821746a7966362c6 100644
|
| --- a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| +++ b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| @@ -64,6 +64,19 @@ void OffscreenCanvasCompositorFrameSink::EvictFrame() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void OffscreenCanvasCompositorFrameSink::Require(
|
| + const cc::LocalFrameId& local_frame_id,
|
| + const cc::SurfaceSequence& sequence) {
|
| + // TODO(staraz): Implement this.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +void OffscreenCanvasCompositorFrameSink::Satisfy(
|
| + const cc::SurfaceSequence& sequence) {
|
| + // TODO(staraz): Implement this.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void OffscreenCanvasCompositorFrameSink::ReturnResources(
|
| const cc::ReturnedResourceArray& resources) {
|
| if (resources.empty())
|
|
|