Index: third_party/WebKit/Source/core/paint/SVGImagePainter.h |
diff --git a/third_party/WebKit/Source/core/paint/SVGImagePainter.h b/third_party/WebKit/Source/core/paint/SVGImagePainter.h |
index 3a2eeb46ac01f126ff895f479b9e35c0efef8f74..a679f8b430e4638eae59224ea6ab7ac681c52793 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGImagePainter.h |
+++ b/third_party/WebKit/Source/core/paint/SVGImagePainter.h |
@@ -5,6 +5,7 @@ |
#ifndef SVGImagePainter_h |
#define SVGImagePainter_h |
+#include "platform/geometry/FloatSize.h" |
#include "wtf/Allocator.h" |
namespace blink { |
@@ -22,6 +23,7 @@ public: |
private: |
// Assumes the PaintInfo context has had all local transforms applied. |
void paintForeground(const PaintInfo&); |
+ FloatSize computeImageViewportSize() const; |
const LayoutSVGImage& m_layoutSVGImage; |
}; |