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

Unified Diff: third_party/WebKit/Source/core/layout/HitTestResult.h

Issue 2752763002: Change the type of a SVG <use> element's shadow tree from "user agent" to "closed" (Closed)
Patch Set: Rebased and resolve a conflict in HitTestResult Created 3 years, 9 months 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/HitTestResult.h
diff --git a/third_party/WebKit/Source/core/layout/HitTestResult.h b/third_party/WebKit/Source/core/layout/HitTestResult.h
index afda9c270d953ab73e83f61a28ff87840ffa06ac..fd1cef67a9b1e6e077a25594d55a441235b03145 100644
--- a/third_party/WebKit/Source/core/layout/HitTestResult.h
+++ b/third_party/WebKit/Source/core/layout/HitTestResult.h
@@ -131,7 +131,7 @@ class CORE_EXPORT HitTestResult {
PositionWithAffinity position() const;
LayoutObject* layoutObject() const;
- void setToShadowHostIfInUserAgentShadowRoot();
+ void setToShadowHostIfInRestrictedShadowRoot();
const HitTestLocation& hitTestLocation() const { return m_hitTestLocation; }
const HitTestRequest& hitTestRequest() const { return m_hitTestRequest; }
« no previous file with comments | « third_party/WebKit/Source/core/input/GestureManager.cpp ('k') | third_party/WebKit/Source/core/layout/HitTestResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698