| 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 42515b52c32e942e0572f0952603620e7ed0b40c..e90ba3f4f5ea625d8246188d057a31959e6bbb8e 100644
|
| --- a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| +++ b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| @@ -74,6 +74,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())
|
|
|