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

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

Issue 1264483002: PageOverlays: Remove PageOverlayList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | Source/web/painting/ContinuousPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/painting/ContinuousPainter.h
diff --git a/Source/web/painting/ContinuousPainter.h b/Source/web/painting/ContinuousPainter.h
index cde9579a75c300ba78d1745c7cbe78cc8c4efb79..8f8631b9e8076b59dc926a36d9fce85d960bf6be 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* overlay);
};
} // namespace blink
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | Source/web/painting/ContinuousPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698