| 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 e90ba3f4f5ea625d8246188d057a31959e6bbb8e..6f5479c73433946c26b7bcc685ee8dc9efe7da25 100644
|
| --- a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| +++ b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| @@ -87,6 +87,11 @@ void OffscreenCanvasCompositorFrameSink::Satisfy(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void OffscreenCanvasCompositorFrameSink::BeginFrameDidNotDraw(
|
| + const cc::BeginFrameAck& ack) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void OffscreenCanvasCompositorFrameSink::ReturnResources(
|
| const cc::ReturnedResourceArray& resources) {
|
| if (resources.empty())
|
|
|