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

Unified Diff: Source/platform/graphics/paint/DisplayItem.cpp

Issue 1284203004: Generate scroll/clip display item hierarchy for SPv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: stripped localPaintingInfo cleanup and fixed-pos workarounds Created 5 years, 3 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: Source/platform/graphics/paint/DisplayItem.cpp
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
index 59fd0fec4bc8a868591277e109e2bb0eac4c5448..78dc2dba88c9db2cd1ba3cba53fd9eca5dcf2c96 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -128,6 +128,7 @@ static WTF::String clipTypeAsDebugString(DisplayItem::Type type)
PAINT_PHASE_BASED_DEBUG_STRINGS(ClipLayerFragment);
switch (type) {
+ DEBUG_STRING_CASE(ClipDescendantStackingContext);
DEBUG_STRING_CASE(ClipFileUploadControlRect);
DEBUG_STRING_CASE(ClipFrameToVisibleContentRect);
DEBUG_STRING_CASE(ClipFrameScrollbars);

Powered by Google App Engine
This is Rietveld 408576698