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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 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
Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index b5b2165bebb6d49ba0eace73748a1b62add44288..f1735407ea550d8c3c09b1b12adcde58d5d229a5 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -62,6 +62,7 @@ class Image;
class JSONObject;
class LinkHighlight;
class PaintController;
+struct RasterInvalidationTracking;
class ScrollableArea;
class WebLayer;
@@ -230,6 +231,7 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient,
void resetTrackedRasterInvalidations();
bool hasTrackedRasterInvalidations() const;
+ const RasterInvalidationTracking* getRasterInvalidationTracking() const;
void trackRasterInvalidation(const DisplayItemClient&,
const IntRect&,
PaintInvalidationReason);

Powered by Google App Engine
This is Rietveld 408576698