Index: third_party/WebKit/Source/platform/graphics/ImagePattern.h |
diff --git a/third_party/WebKit/Source/platform/graphics/ImagePattern.h b/third_party/WebKit/Source/platform/graphics/ImagePattern.h |
index 459e57d059103017d81e1753d764446404caf1b5..482065cb014216ef372049e06ebb1b112392c130 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImagePattern.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImagePattern.h |
@@ -26,6 +26,7 @@ private: |
ImagePattern(PassRefPtr<Image>, RepeatMode); |
RefPtr<SkImage> m_tileImage; |
+ RefPtr<Image> m_image; |
}; |
} // namespace |