| 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 2c9e765a7a74197797824769c838b9276f8b9a40..24918af015480ca92d8573d53131884f7be8880f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/README.md
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/README.md
|
| @@ -93,7 +93,7 @@ list.
|
| ***
|
|
|
| Generally, clients of this code should use stack-allocated recorder classes to
|
| -emit display items to a `DisplayItemList` (using `GraphicsContext`).
|
| +emit display items to a `PaintController` (using `GraphicsContext`).
|
|
|
| ### Standalone display items
|
|
|
| @@ -126,10 +126,10 @@ them in SPv2.
|
| ## Display item list
|
|
|
| Callers use `GraphicsContext` (via its drawing methods, and its
|
| -`displayItemList()` accessor) and scoped recorder classes, which emit items into
|
| -a `DisplayItemList`.
|
| +`paintController()` accessor) and scoped recorder classes, which emit items into
|
| +a `PaintController`.
|
|
|
| -`DisplayItemList` is responsible for producing the paint artifact. It contains
|
| +`PaintController` is responsible for producing the paint artifact. It contains
|
| the *current* paint artifact, which is always complete (i.e. it has no
|
| `CachedDisplayItem` objects), and *new* display items and paint chunks, which
|
| are added as content is painted.
|
|
|