| Index: sky/engine/web/painting/ContinuousPainter.h
|
| diff --git a/sky/engine/web/painting/ContinuousPainter.h b/sky/engine/web/painting/ContinuousPainter.h
|
| index cde9579a75c300ba78d1745c7cbe78cc8c4efb79..d82ff1fe55101a05ad5b435e74bb7b0ec9665482 100644
|
| --- a/sky/engine/web/painting/ContinuousPainter.h
|
| +++ b/sky/engine/web/painting/ContinuousPainter.h
|
| @@ -31,7 +31,6 @@
|
|
|
| namespace blink {
|
| class GraphicsLayer;
|
| -class PageOverlayList;
|
|
|
| // This class is responsible for calling setNeedsDisplay on all
|
| // GraphicsLayers in continuous painting mode.
|
| @@ -39,8 +38,7 @@ class ContinuousPainter {
|
| public:
|
| // Calls setNeedsDisplay on the layer, then recursively calls
|
| // on mask layers, replica layers and all child layers.
|
| - // Overlays are excluded, because they impact the page paint time metric.
|
| - static void setNeedsDisplayRecursive(GraphicsLayer*, PageOverlayList*);
|
| + static void setNeedsDisplayRecursive(GraphicsLayer*);
|
| };
|
|
|
| } // namespace blink
|
|
|