| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| index 5d993e2df3bfe6a9c35ea5339248a6d41565cba9..6abe6ea087c394349ba26e4f5f0a6547d69455cb 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| @@ -378,6 +378,11 @@ void OffscreenCanvasFrameDispatcherImpl::ReclaimResources(
|
| }
|
| }
|
|
|
| +void OffscreenCanvasFrameDispatcherImpl::WillDrawSurface() {
|
| + // TODO(fsamuel, staraz): Implement this.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void OffscreenCanvasFrameDispatcherImpl::reclaimResource(unsigned resourceId) {
|
| // An image resource needs to be returned by both the
|
| // CompositorFrameSink and the HTMLCanvasElement. These
|
|
|