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

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

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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..388a91108ccc2e043698f78c9f63b8505e09b2b8 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 `CdlPicture`.
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 `CdlPicture` is produced from a `RecordingImageBufferSurface`.
### Style Invalidation

Powered by Google App Engine
This is Rietveld 408576698