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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintChunker.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/PaintChunker.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h
index 098edcd43f73603f01cbdd79ba40c56f538b419b..9e374299004e38f1c08dfedc950f63fe19622813 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.h
@@ -73,6 +73,7 @@ class PLATFORM_EXPORT PaintChunker final {
Vector<ItemBehavior> m_chunkBehavior;
Optional<PaintChunk::Id> m_currentChunkId;
PaintChunkProperties m_currentProperties;
+ ItemBehavior m_nextDisplayItemBehavior;
};
#if DCHECK_IS_ON()

Powered by Google App Engine
This is Rietveld 408576698