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

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

Issue 1396783003: Factor PaintArtifact out of DisplayItemList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@const-replay
Patch Set: Created 5 years, 2 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 2de5acaa676fe4971a447ad98f86edca862c1216..b67a178f9d073ddf50dff5a465b2f4907e2846a9 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/README.md
+++ b/third_party/WebKit/Source/platform/graphics/paint/README.md
@@ -17,9 +17,10 @@ replaces.
## Paint artifact
-The SPv2 paint artifact consists of a list of display items (ideally mostly or
-all drawings), partitioned into *paint chunks* which define certain *paint
-properties* which affect how the content should be drawn or composited.
+The SPv2 [paint artifact](PaintArtifact.h) consists of a list of display items
+(ideally mostly or all drawings), partitioned into *paint chunks* which define
+certain *paint properties* which affect how the content should be drawn or
+composited.
## Paint properties

Powered by Google App Engine
This is Rietveld 408576698