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

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

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 | « third_party/WebKit/Source/core/svg/SVGSVGElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
index edc04ae0daef736c314722248dbef901642aa65f..1bf13cc7005b752d61ffd4f68c7655d6e7eec24e 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
@@ -317,7 +317,7 @@ static bool isIntersectionOrEnclosureTarget(LayoutObject* layoutObject) {
bool SVGSVGElement::checkIntersectionOrEnclosure(
const SVGElement& element,
const FloatRect& rect,
- CheckIntersectionOrEnclosure mode) const {
+ GeometryMatchingMode mode) const {
LayoutObject* layoutObject = element.layoutObject();
ASSERT(!layoutObject || layoutObject->style());
if (!layoutObject ||
@@ -351,7 +351,7 @@ bool SVGSVGElement::checkIntersectionOrEnclosure(
StaticNodeList* SVGSVGElement::collectIntersectionOrEnclosureList(
const FloatRect& rect,
SVGElement* referenceElement,
- CheckIntersectionOrEnclosure mode) const {
+ GeometryMatchingMode mode) const {
HeapVector<Member<Node>> nodes;
const SVGElement* root = this;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGSVGElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698