| 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 a180f8de557b0bad0c4120966ec8d4754e582e5b..15eba6428fac67ccb5a33e1b7fe0adfa6eed1759 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| @@ -410,7 +410,9 @@ void OffscreenCanvasFrameDispatcherImpl::ReclaimResources(
|
| }
|
| }
|
|
|
| -void OffscreenCanvasFrameDispatcherImpl::WillDrawSurface() {
|
| +void OffscreenCanvasFrameDispatcherImpl::WillDrawSurface(
|
| + const cc::LocalSurfaceId& localSurfaceId,
|
| + ::gfx::mojom::blink::RectPtr damageRect) {
|
| // TODO(fsamuel, staraz): Implement this.
|
| }
|
|
|
|
|