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

Unified Diff: Source/core/layout/svg/LayoutSVGHiddenContainer.cpp

Issue 1032823003: Refactor HitTestResult to store the HitTestRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments 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
« no previous file with comments | « Source/core/layout/svg/LayoutSVGHiddenContainer.h ('k') | Source/core/layout/svg/LayoutSVGImage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGHiddenContainer.cpp
diff --git a/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp b/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp
index 279c1bbf6a8ac771bd84bcdd3ee53d3c7c50e48b..a594007b0613347b2ac9d021cda242c65eb7f88a 100644
--- a/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp
+++ b/Source/core/layout/svg/LayoutSVGHiddenContainer.cpp
@@ -49,7 +49,7 @@ void LayoutSVGHiddenContainer::absoluteQuads(Vector<FloatQuad>&, bool*) const
// This subtree does not take up space or paint
}
-bool LayoutSVGHiddenContainer::nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint&, HitTestAction)
+bool LayoutSVGHiddenContainer::nodeAtFloatPoint(HitTestResult&, const FloatPoint&, HitTestAction)
{
return false;
}
« no previous file with comments | « Source/core/layout/svg/LayoutSVGHiddenContainer.h ('k') | Source/core/layout/svg/LayoutSVGImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698