Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h |
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h |
| index bc4af9dd749b095a65c5f4d22f07043030d70317..62f9231542518dba7fbc94098123281f99e746bd 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h |
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h |
| @@ -96,7 +96,7 @@ class PLATFORM_EXPORT ImageBufferSurface { |
| const void* pixels, |
| size_t row_bytes, |
| int x, |
| - int y); |
| + int y) = 0; |
| // May return nullptr if the surface is GPU-backed and the GPU context was |
| // lost. |