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

Unified Diff: sky/engine/web/painting/ContinuousPainter.h

Issue 687003002: Remove PageOverlays. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/web/WebViewImpl.cpp ('k') | sky/engine/web/painting/ContinuousPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sky/engine/web/WebViewImpl.cpp ('k') | sky/engine/web/painting/ContinuousPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698