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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp

Issue 2657863004: Move scroll paint property nodes to be owned by the transform tree (Closed)
Patch Set: Rebase & remove parens Created 3 years, 11 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/paint/PaintChunker.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp
index bb0a1e176366f76786ab07bd949335c660235704..a2d87d607d0cbd3326db11ce8649c0a7b82e6ed7 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp
@@ -41,7 +41,6 @@ bool PaintChunker::incrementDisplayItemIndex(const DisplayItem& item) {
DCHECK(m_currentProperties.propertyTreeState.transform());
DCHECK(m_currentProperties.propertyTreeState.clip());
DCHECK(m_currentProperties.propertyTreeState.effect());
- DCHECK(m_currentProperties.propertyTreeState.scroll());
}
#endif

Powered by Google App Engine
This is Rietveld 408576698