| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| index d41b5b93d65f8a1d5ef6f6dad4d3d24ce114954b..77c99397fc44b432629cce2a65b0582d480b443a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -103,10 +103,6 @@ public:
|
|
|
| bool isDirty();
|
|
|
| - // FIXME: crbug.com/485243
|
| - // Prefer writePixels() and canvas()->draw*() for writing, and newImageSnapshot() for reading
|
| - const SkBitmap& deprecatedBitmapForOverwrite() const;
|
| -
|
| bool writePixels(const SkImageInfo&, const void* pixels, size_t rowBytes, int x, int y);
|
|
|
| void willOverwriteCanvas() { m_surface->willOverwriteCanvas(); }
|
|
|