Index: third_party/WebKit/Source/platform/graphics/skia/ImagePixelLocker.h |
diff --git a/third_party/WebKit/Source/platform/graphics/skia/ImagePixelLocker.h b/third_party/WebKit/Source/platform/graphics/skia/ImagePixelLocker.h |
index 3b486dfe375deaba7086108fc93393f9376f7f43..2aadcef1e73e579fe32ca824bff1609ff93ce61d 100644 |
--- a/third_party/WebKit/Source/platform/graphics/skia/ImagePixelLocker.h |
+++ b/third_party/WebKit/Source/platform/graphics/skia/ImagePixelLocker.h |
@@ -28,7 +28,7 @@ public: |
private: |
const RefPtr<const SkImage> m_image; |
const void* m_pixels; |
- SkAutoPixmapStorage m_pixelStorage; |
+ SkAutoMalloc m_pixelStorage; |
}; |
} // namespace blink |