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

Unified Diff: Source/core/layout/svg/LayoutSVGText.h

Issue 1032823003: Refactor HitTestResult to store the HitTestRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/core/layout/svg/LayoutSVGText.h
diff --git a/Source/core/layout/svg/LayoutSVGText.h b/Source/core/layout/svg/LayoutSVGText.h
index 5751ffed3ab1f163867cf5a1c423c60248995a62..1e6e16ca16813c697559ce027281ba2aced60c04 100644
--- a/Source/core/layout/svg/LayoutSVGText.h
+++ b/Source/core/layout/svg/LayoutSVGText.h
@@ -64,7 +64,7 @@ private:
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSVGText || LayoutSVGBlock::isOfType(type); }
virtual void paint(const PaintInfo&, const LayoutPoint&) override;
- virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) override;
+ virtual bool nodeAtFloatPoint(HitTestResult&, const FloatPoint& pointInParent, HitTestAction) override;
virtual PositionWithAffinity positionForPoint(const LayoutPoint&) override;
virtual void layout() override;

Powered by Google App Engine
This is Rietveld 408576698