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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h

Issue 2514573003: Update documentation and cleanup impls for localToSVGParentTransform() (Closed)
Patch Set: - Created 4 years, 1 month 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/layout/svg/LayoutSVGImage.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
index ca33e6a15447dcdae5a48e2a587b9521ffdca286..22688fce9c34e8f95e2a574ce8ddb6fb6a1e805b 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h
@@ -44,10 +44,6 @@ class LayoutSVGImage final : public LayoutSVGModelObject {
return m_imageResource.get();
}
- const AffineTransform& localToSVGParentTransform() const override {
- return m_localTransform;
- }
-
FloatRect objectBoundingBox() const override { return m_objectBoundingBox; }
bool isOfType(LayoutObjectType type) const override {
return type == LayoutObjectSVGImage || LayoutSVGModelObject::isOfType(type);

Powered by Google App Engine
This is Rietveld 408576698