| 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 a3679bb223a4bf10cdb40871c50f3682e8a89105..2baeda12e933c36b83ebcc0cc4c11878baaa9a7a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
|
| @@ -56,7 +56,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;
|
|
|