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

Unified Diff: third_party/WebKit/Source/core/svg/SVGSVGElement.h

Issue 2596503002: Rename blink::SVGSVGElement::CheckIntersectionOrEnclosure enum type. (Closed)
Patch Set: s/CheckIntersectionOrEnclosureFlavour/GeometryMatchingMode/ 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
index 24c3b361df7e031d5add5b7ca7a7cbd353079919..54378e7f7be8510ebfedfd3b98c0282b4de74d28 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
@@ -143,15 +143,15 @@ class SVGSVGElement final : public SVGGraphicsElement,
void finishParsingChildren() override;
- enum CheckIntersectionOrEnclosure { CheckIntersection, CheckEnclosure };
+ enum GeometryMatchingMode { CheckIntersection, CheckEnclosure };
bool checkIntersectionOrEnclosure(const SVGElement&,
const FloatRect&,
- CheckIntersectionOrEnclosure) const;
+ GeometryMatchingMode) const;
StaticNodeList* collectIntersectionOrEnclosureList(
const FloatRect&,
SVGElement*,
- CheckIntersectionOrEnclosure) const;
+ GeometryMatchingMode) const;
Member<SVGAnimatedLength> m_x;
Member<SVGAnimatedLength> m_y;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698