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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/README.md

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Rebase Created 3 years, 11 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
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)

Powered by Google App Engine
This is Rietveld 408576698