Index: third_party/WebKit/Source/platform/graphics/paint/README.md |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/README.md b/third_party/WebKit/Source/platform/graphics/paint/README.md |
index 8c10efa3536411a11fb1284b3c3052aedd79b299..c6ccf106415123b26cbe08bb95b605a5405f9c98 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/README.md |
+++ b/third_party/WebKit/Source/platform/graphics/paint/README.md |
@@ -160,8 +160,8 @@ emit display items to a `PaintController` (using `GraphicsContext`). |
#### [DrawingDisplayItem](DrawingDisplayItem.h) |
-Holds an `SkPicture` which contains the Skia commands required to draw some atom |
-of content. |
+Holds a `PaintRecord` which contains the paint operations required to draw some |
+atom of content. |
#### [ForeignLayerDisplayItem](ForeignLayerDisplayItem.h) |