Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index 8d3670f52c50860cf53505bfcb1acabf5b1d4ce4..669cc825d205b8405446f5c00dd79705ba7da3be 100644 |
--- a/Source/platform/graphics/GraphicsContext.cpp |
+++ b/Source/platform/graphics/GraphicsContext.cpp |
@@ -985,7 +985,7 @@ void GraphicsContext::drawRect(const IntRect& rect) |
drawRect(skRect, immutableState()->fillPaint()); |
if (immutableState()->strokeData().style() != NoStroke |
- && immutableState()->strokeData().color().alpha()) { |
+ && immutableState()->strokeColor().alpha()) { |
// Stroke a width: 1 inset border |
SkPaint paint(immutableState()->fillPaint()); |
paint.setColor(effectiveStrokeColor()); |