| Index: third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h b/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
|
| index 3668756542c876248dfda09c1e980f162c9a9e4d..ce74252873c44c882274f2d18a645a4324e7387d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositedDisplayList.h
|
| @@ -12,6 +12,7 @@ namespace blink {
|
|
|
| // The result of running the simple layer compositing algorithm. See:
|
| // https://docs.google.com/document/d/1qF7wpO_lhuxUO6YXKZ3CJuXi0grcb5gKZJBBgnoTd0k/view
|
| +// TODO(pdr): Refactor this into PaintArtifact.
|
| class CompositedDisplayList {
|
| public:
|
| // TODO(pdr): Also add our SimpleLayers here.
|
|
|