| Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.h b/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
|
| index 258912a98aa704c36ddcc5b23d164a6220b4d81e..896b1c67ac49e893a1f672739dbc5455cfc8a9b8 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
|
| @@ -18,6 +18,8 @@ class PaintLayer;
|
| class GraphicsContext;
|
| class LayoutPoint;
|
|
|
| +CORE_EXPORT int* paintCounts();
|
| +
|
| // This class is responsible for painting self-painting PaintLayer.
|
| //
|
| // See PainterLayer SELF-PAINTING LAYER section about what 'self-painting'
|
|
|