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

Unified Diff: Source/core/layout/svg/LayoutSVGBlock.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/LayoutSVGBlock.h
diff --git a/Source/core/layout/svg/LayoutSVGBlock.h b/Source/core/layout/svg/LayoutSVGBlock.h
index 0f2ba4343b7bafcda92595253d7151db20541b8b..d55b6f1c591b934625980d02379231e81ffc42ee 100644
--- a/Source/core/layout/svg/LayoutSVGBlock.h
+++ b/Source/core/layout/svg/LayoutSVGBlock.h
@@ -60,7 +60,7 @@ private:
virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override final;
- virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
+ virtual bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
AffineTransform m_cachedPaintInvalidationTransform;
};

Powered by Google App Engine
This is Rietveld 408576698