Index: Source/platform/graphics/GraphicsContext.cpp |
diff --git a/Source/platform/graphics/GraphicsContext.cpp b/Source/platform/graphics/GraphicsContext.cpp |
index b1e34caf093615323edccf25486fdb917ac6c834..e3a836a66b37aff7fa53ba7123aba175be06984c 100644 |
--- a/Source/platform/graphics/GraphicsContext.cpp |
+++ b/Source/platform/graphics/GraphicsContext.cpp |
@@ -489,8 +489,7 @@ void GraphicsContext::beginRecording(const FloatRect& bounds) |
if (!contextDisabled()) { |
IntRect recordingRect = enclosingIntRect(bounds); |
- m_canvas = displayList->beginRecording(recordingRect.size(), |
- SkPicture::kUsePathBoundsForClip_RecordingFlag); |
+ m_canvas = displayList->beginRecording(recordingRect.size()); |
// We want the bounds offset mapped to (0, 0), such that the display list content |
// is fully contained within the SkPictureRecord's bounds. |