Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1700)

Unified Diff: Source/web/painting/ContinuousPainter.h

Issue 1264483002: PageOverlays: Remove PageOverlayList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/painting/ContinuousPainter.h
diff --git a/Source/web/painting/ContinuousPainter.h b/Source/web/painting/ContinuousPainter.h
index cde9579a75c300ba78d1745c7cbe78cc8c4efb79..8a1b20371e99f8eb483ee131fbdc24d63bec3bc3 100644
--- a/Source/web/painting/ContinuousPainter.h
+++ b/Source/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.
@@ -40,7 +39,7 @@ 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*, GraphicsLayer*);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698