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

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

Issue 1880763002: Merge repaintRects and paintInvalidationObjects in text-based-repaint test results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 2977f234e14c2838756887bfce545060711430b2..c3d1f3a88ca11e1521d14aabe064f9a82b4b9388 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -181,7 +181,7 @@ public:
void setNeedsDisplay();
// Mark the given rect (in layer coords) as needing display. Never goes deep.
- void setNeedsDisplayInRect(const IntRect&, PaintInvalidationReason);
+ void setNeedsDisplayInRect(const IntRect&, PaintInvalidationReason, const DisplayItemClient&);
void setContentsNeedsDisplay();
@@ -210,8 +210,7 @@ public:
bool isTrackingPaintInvalidations() const { return m_client->isTrackingPaintInvalidations(); }
void resetTrackedPaintInvalidations();
bool hasTrackedPaintInvalidations() const;
- void trackPaintInvalidationRect(const FloatRect&);
- void trackPaintInvalidationObject(const String&);
+ void trackPaintInvalidation(const DisplayItemClient&, const FloatRect&, PaintInvalidationReason);
void addLinkHighlight(LinkHighlight*);
void removeLinkHighlight(LinkHighlight*);
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.idl ('k') | third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698