Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
index 0bd7db6c835973dd72735db55f24f8477cf794d4..b4621ace450dd7c1a04a236152c7ea44ad462c0a 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp |
@@ -27,10 +27,6 @@ |
namespace blink { |
-bool SVGImageForContainer::isTextureBacked() { |
- return m_image->isTextureBacked(); |
-} |
- |
IntSize SVGImageForContainer::size() const { |
FloatSize scaledContainerSize(m_containerSize); |
scaledContainerSize.scale(m_zoom); |