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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.h

Issue 2565073002: Implement the algorithm to test merging and overlap in PaintArtifactCompositor. (Closed)
Patch Set: none Created 4 years 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/paint/PaintController.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
index cde4c2d9c453e2ce977c55693b3d84477355a4aa..959c30d0b4a45e5bb76a56df824e4cf81aceb8a3 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
@@ -242,8 +242,6 @@ class PLATFORM_EXPORT PaintController {
DisplayItem& moveItemFromCurrentListToNewList(size_t);
void showDebugDataInternal(bool showPictures) const;
- String displayItemListAsDebugString(const DisplayItemList&,
- bool showPictures) const;
// Maps clients to indices of display items or chunks of each client.
using IndicesByClientMap = HashMap<const DisplayItemClient*, Vector<size_t>>;

Powered by Google App Engine
This is Rietveld 408576698