Index: third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
index eb5de1a909716bea14bfc45f370fd9f8c6ddd291..6197aec414e24c4553377488cf42058fba235fbc 100644 |
--- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp |
@@ -140,6 +140,8 @@ public: |
return m_imageObserver->m_lastDecodedSizeChangedDelta; |
} |
+ PassRefPtr<SharedBuffer> data() { return m_image->data(); } |
+ |
protected: |
void SetUp() override |
{ |