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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPhase.h

Issue 1379213002: Remove LayoutTable::m_currentBorder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 5 years, 2 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/core/paint/PaintPhase.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPhase.h b/third_party/WebKit/Source/core/paint/PaintPhase.h
index 7c3ce1a3060204bbb689cf4bb61c7497d38ab197..c9784e6d7ea355709562ffd8f33df8ebf7c3a4f9 100644
--- a/third_party/WebKit/Source/core/paint/PaintPhase.h
+++ b/third_party/WebKit/Source/core/paint/PaintPhase.h
@@ -47,10 +47,9 @@ enum PaintPhase {
PaintPhaseChildOutlines = 6,
PaintPhaseSelfOutline = 7,
PaintPhaseSelection = 8,
- PaintPhaseCollapsedTableBorders = 9,
- PaintPhaseTextClip = 10,
- PaintPhaseMask = 11,
- PaintPhaseClippingMask = 12,
+ PaintPhaseTextClip = 9,
+ PaintPhaseMask = 10,
+ PaintPhaseClippingMask = 11,
PaintPhaseMax = PaintPhaseClippingMask,
// These values must be kept in sync with DisplayItem::Type and DisplayItem::typeAsDebugString().
};
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTableCell.cpp ('k') | third_party/WebKit/Source/core/paint/TableCellPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698