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

Unified Diff: Source/core/svg/SVGGeometryElement.h

Issue 1154853007: Move toClipPath to SVGGeometryElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Draft 1 Created 5 years, 6 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/svg/SVGGeometryElement.h
diff --git a/Source/core/svg/SVGGeometryElement.h b/Source/core/svg/SVGGeometryElement.h
index af192e19dcf07368472ea3519a4b48cffaed532a..509ec1e3278ba7b97d97130643185d59b67cd5e8 100644
--- a/Source/core/svg/SVGGeometryElement.h
+++ b/Source/core/svg/SVGGeometryElement.h
@@ -44,7 +44,7 @@ public:
bool isPointInFill(PassRefPtrWillBeRawPtr<SVGPointTearOff>) const;
bool isPointInStroke(PassRefPtrWillBeRawPtr<SVGPointTearOff>) const;
- void toClipPath(Path&) override;
+ void toClipPath(Path&);
LayoutObject* createLayoutObject(const ComputedStyle&) override;

Powered by Google App Engine
This is Rietveld 408576698