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

Unified Diff: third_party/WebKit/Source/modules/csspaint/README.md

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem 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/modules/csspaint/README.md
diff --git a/third_party/WebKit/Source/modules/csspaint/README.md b/third_party/WebKit/Source/modules/csspaint/README.md
index 3ca2dd902ac85243399bfdec45ef5c09c1c400b4..e19f2ba39a9b0eec4c12dd9cc86121bb0989ecaf 100644
--- a/third_party/WebKit/Source/modules/csspaint/README.md
+++ b/third_party/WebKit/Source/modules/csspaint/README.md
@@ -41,13 +41,13 @@ registered the generator is notified so it can invalidate an display the correct
### Generating a [PaintGeneratedImage](../../platform/graphics/PaintGeneratedImage.h)
-`PaintGeneratedImage` is a `Image` which just paints a single `SkPicture`.
+`PaintGeneratedImage` is a `Image` which just paints a single `PaintRecord`.
A `CSSPaintValue` can generate an image from the method `CSSPaintImageGenerator#paint`. This method
calls through to `CSSPaintDefinition#paint` which actually invokes the javascript paint method.
This method returns the `PaintGeneratedImage`.
-The `SkPicture` is produced from a `RecordingImageBufferSurface`.
+The `PaintRecord` is produced from a `RecordingImageBufferSurface`.
### Style Invalidation

Powered by Google App Engine
This is Rietveld 408576698