| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| index 445614bf7277ad802867ac9795a72aef87c589cb..d37162726e803ac8d750350a9756d47e23188ac2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -58,7 +58,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
|
| HashMap<unsigned, std::unique_ptr<cc::SharedBitmap>> m_sharedBitmaps;
|
| HashMap<unsigned, GLuint> m_cachedTextureIds;
|
|
|
| - bool verifyImageSize(const sk_sp<SkImage>&);
|
| + bool verifyImageSize(const IntSize);
|
|
|
| cc::mojom::blink::MojoCompositorFrameSinkPtr m_sink;
|
| mojo::Binding<cc::mojom::blink::MojoCompositorFrameSinkClient> m_binding;
|
|
|