Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index 59168523c45d0d473a388605e53e925136505b12..a77513527099b7b3682f774ac39d35461809701b 100644 |
--- a/Source/platform/graphics/GraphicsContext.cpp |
+++ b/Source/platform/graphics/GraphicsContext.cpp |
@@ -549,22 +549,6 @@ void GraphicsContext::drawDisplayList(DisplayList* displayList) |
m_canvas->translate(-bounds.x(), -bounds.y()); |
} |
-void GraphicsContext::setupPaintForFilling(SkPaint* paint) const |
-{ |
- if (contextDisabled()) |
- return; |
- |
- *paint = immutableState()->fillPaint(); |
-} |
- |
-void GraphicsContext::setupPaintForStroking(SkPaint* paint) const |
-{ |
- if (contextDisabled()) |
- return; |
- |
- *paint = immutableState()->strokePaint(); |
-} |
- |
void GraphicsContext::drawConvexPolygon(size_t numPoints, const FloatPoint* points, bool shouldAntialias) |
{ |
if (contextDisabled()) |