Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp

Issue 2588103002: Simplify Image::isTextureBacked() (Closed)
Patch Set: rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698