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

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

Issue 1048043002: Fix pointer-events:all when stroke="none" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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 | « LayoutTests/svg/hittest/rect-hittest-expected.txt ('k') | Source/core/layout/svg/LayoutSVGPath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGPath.h
diff --git a/Source/core/layout/svg/LayoutSVGPath.h b/Source/core/layout/svg/LayoutSVGPath.h
index e477b0d2ca51edce9bbac85e4f26ce3062978c0d..b70272a7bc9c19b58d439fc1a92008b3261bbd0c 100644
--- a/Source/core/layout/svg/LayoutSVGPath.h
+++ b/Source/core/layout/svg/LayoutSVGPath.h
@@ -44,6 +44,7 @@ public:
private:
virtual void updateShapeFromElement() override;
+ virtual FloatRect hitTestStrokeBoundingBox() const override;
FloatRect calculateUpdatedStrokeBoundingBox() const;
virtual bool shapeDependentStrokeContains(const FloatPoint&) override;
« no previous file with comments | « LayoutTests/svg/hittest/rect-hittest-expected.txt ('k') | Source/core/layout/svg/LayoutSVGPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698