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

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

Issue 2559123003: Strength-reduce the "scale-factor changed" condition in LayoutSVGRoot (Closed)
Patch Set: Update expectations 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/layout/svg/LayoutSVGRoot.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
index a32978124b16844a7a73a71796cc400df310ad30..d20594fc39b6eb3b080c076291b002dab28168a1 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
@@ -28,6 +28,7 @@
namespace blink {
class SVGElement;
+enum class SVGTransformChange;
class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced {
public:
@@ -156,7 +157,7 @@ class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced {
void descendantIsolationRequirementsChanged(DescendantIsolationState) final;
void updateCachedBoundaries();
- void buildLocalToBorderBoxTransform();
+ SVGTransformChange buildLocalToBorderBoxTransform();
PositionWithAffinity positionForPoint(const LayoutPoint&) final;

Powered by Google App Engine
This is Rietveld 408576698