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

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

Issue 1312493007: Fix table cell background caching issue about interest rect (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 25b0bcf79e4bb6e243f672e6e88edb6c865b86af..0be6f2b283f6e95cc7fc0641f3477b5501fb2602 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -105,6 +105,7 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type)
DEBUG_STRING_CASE(ScrollbarVertical);
DEBUG_STRING_CASE(SelectionGap);
DEBUG_STRING_CASE(SelectionTint);
+ DEBUG_STRING_CASE(TableCellBackgroundFromContainers);
DEBUG_STRING_CASE(TableCellBackgroundFromSelfPaintingRow);
DEBUG_STRING_CASE(VideoBitmap);
DEBUG_STRING_CASE(WebPlugin);

Powered by Google App Engine
This is Rietveld 408576698