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

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

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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
index 8db534a74b288a0654ec1fc2231d78756545e3f9..fa2c265da4dbba6f686e1203109e0fd49b6de060 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
@@ -32,9 +32,8 @@ static WTF::String paintPhaseAsDebugString(int paintPhase)
case 6: return "PaintPhaseChildOutlines";
case 7: return "PaintPhaseSelfOutline";
case 8: return "PaintPhaseSelection";
- case 9: return "PaintPhaseCollapsedTableBorders";
- case 10: return "PaintPhaseTextClip";
- case 11: return "PaintPhaseMask";
+ case 9: return "PaintPhaseTextClip";
+ case 10: return "PaintPhaseMask";
case DisplayItem::PaintPhaseMax: return "PaintPhaseClippingMask";
default:
ASSERT_NOT_REACHED();
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698