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

Unified Diff: third_party/WebKit/Source/core/page/EventWithHitTestResults.h

Issue 2829553002: Remove the dup function (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/core/layout/HitTestResult.cpp ('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/page/EventWithHitTestResults.h
diff --git a/third_party/WebKit/Source/core/page/EventWithHitTestResults.h b/third_party/WebKit/Source/core/page/EventWithHitTestResults.h
index 0b1c2f44243c0b713ec57eee0734422588f18b2e..c967ea65da84ca02ea998b3543b4f1e947f5cf4c 100644
--- a/third_party/WebKit/Source/core/page/EventWithHitTestResults.h
+++ b/third_party/WebKit/Source/core/page/EventWithHitTestResults.h
@@ -47,6 +47,7 @@ class EventWithHitTestResults {
return hit_test_result_.IsOverFrameViewBase();
}
Node* InnerNode() const { return hit_test_result_.InnerNode(); }
+ Element* InnerElement() const { return hit_test_result_.InnerElement(); }
const String& CanvasRegionId() const {
return hit_test_result_.CanvasRegionId();
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/HitTestResult.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698