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

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: 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/LayoutSVGPath.h
diff --git a/Source/core/layout/svg/LayoutSVGPath.h b/Source/core/layout/svg/LayoutSVGPath.h
index e477b0d2ca51edce9bbac85e4f26ce3062978c0d..0b359e3c8ff5d708af961f83a7ba930258976124 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 final;
fs 2015/03/31 14:54:00 This whole class is 'final', so the 'final' is red
FloatRect calculateUpdatedStrokeBoundingBox() const;
virtual bool shapeDependentStrokeContains(const FloatPoint&) override;

Powered by Google App Engine
This is Rietveld 408576698