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..a4524ff244f76e1777c50574799524b941ab2b66 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
@@ -105,7 +105,7 @@ public: |
// FIXME: crbug.com/485243 |
// Prefer writePixels() and canvas()->draw*() for writing, and newImageSnapshot() for reading |
- const SkBitmap& deprecatedBitmapForOverwrite() const; |
+ const SkBitmap deprecatedBitmapForOverwrite() const; |
bool writePixels(const SkImageInfo&, const void* pixels, size_t rowBytes, int x, int y); |