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

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

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.h
diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
index 0da40fce703c9f7abcd21454f36ee1eb15d5ac22..7a4ab43ce69c781874b77a317718ce369ff4a718 100644
--- a/Source/platform/graphics/paint/DisplayItem.h
+++ b/Source/platform/graphics/paint/DisplayItem.h
@@ -90,7 +90,8 @@ public:
ScrollbarVertical, // For ScrollbarThemeMacNonOverlayAPI only.
SelectionGap,
SelectionTint,
- TableCellBackgroundFromSelfPaintingRow, // FIXME: To be deprecated.
+ TableCellBackgroundFromContainers,
+ TableCellBackgroundFromSelfPaintingRow,
// Table collapsed borders can be painted together (e.g., left & top) but there are at most 4 phases of collapsed
// border painting for a single cell. To disambiguate these phases of collapsed border painting, a mask is used.
// TableCollapsedBorderBase can be larger than TableCollapsedBorderUnalignedBase to ensure the base lower bits are 0's.

Powered by Google App Engine
This is Rietveld 408576698