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

Unified Diff: Source/platform/graphics/PathTraversalState.h

Issue 1148293012: Removing Unused Method PathTraversalState::quadraticBezierTo() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | Source/platform/graphics/PathTraversalState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/PathTraversalState.h
diff --git a/Source/platform/graphics/PathTraversalState.h b/Source/platform/graphics/PathTraversalState.h
index 83a68bbd3482201b873afa89999ead9ee8e9dc75..575c79ee7709744d11c1bcacba515e357fdb1c28 100644
--- a/Source/platform/graphics/PathTraversalState.h
+++ b/Source/platform/graphics/PathTraversalState.h
@@ -45,7 +45,6 @@ public:
float closeSubpath();
float moveTo(const FloatPoint&);
float lineTo(const FloatPoint&);
- float quadraticBezierTo(const FloatPoint& newControl, const FloatPoint& newEnd);
float cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd);
void processSegment();
« no previous file with comments | « no previous file | Source/platform/graphics/PathTraversalState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698