| 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 1d60a22ab243c18b9ad54ae11e0f94901bbbed8f..8c10efa3536411a11fb1284b3c3052aedd79b299 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/README.md
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/README.md
|
| @@ -259,6 +259,10 @@ to combine paint chunks into a smaller number of layers.
|
| The owner of the `PaintArtifactCompositor` (e.g. `WebView`) can then attach its
|
| root layer to the overall layer hierarchy to be displayed to the user.
|
|
|
| +In the future we would like to explore moving to a single shared property tree
|
| +representation across both cc and
|
| +Blink. See [Web Page Geometries](https://goo.gl/MwVIto) for more.
|
| +
|
| ## Geometry routines
|
|
|
| The [`GeometryMapper`](GeometryMapper.h) is responsible for efficiently computing
|
|
|