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

Unified Diff: Source/core/layout/svg/LayoutSVGRect.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 | « Source/core/layout/svg/LayoutSVGPath.cpp ('k') | Source/core/layout/svg/LayoutSVGRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGRect.h
diff --git a/Source/core/layout/svg/LayoutSVGRect.h b/Source/core/layout/svg/LayoutSVGRect.h
index 730f5bba0825d948e977b8f94e446389a3dd64e4..184aea0a717e24c43b205af5962812bb3910e8b1 100644
--- a/Source/core/layout/svg/LayoutSVGRect.h
+++ b/Source/core/layout/svg/LayoutSVGRect.h
@@ -49,8 +49,6 @@ private:
bool definitelyHasSimpleStroke() const;
private:
- FloatRect m_innerStrokeRect;
- FloatRect m_outerStrokeRect;
bool m_usePathFallback;
};
« no previous file with comments | « Source/core/layout/svg/LayoutSVGPath.cpp ('k') | Source/core/layout/svg/LayoutSVGRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698