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

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

Issue 2512493003: Avoid special handling of LayoutSVGForeignObject about its paint offset (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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
index 83fdde6b04adf84c2fc35dd0ed953838585e245a..968736037853ca8abce7326e19951e71fa9c1226 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
@@ -74,14 +74,14 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
FloatRect viewportRect() const { return m_viewport; }
+ const AffineTransform& localToSVGParentTransform() const override;
+
private:
void updateLogicalWidth() override;
void computeLogicalHeight(LayoutUnit logicalHeight,
LayoutUnit logicalTop,
LogicalExtentComputedValues&) const override;
- const AffineTransform& localToSVGParentTransform() const override;
-
bool m_needsTransformUpdate : 1;
FloatRect m_viewport;
mutable AffineTransform m_localToParentTransform;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698