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

Unified Diff: third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h

Issue 2370673002: Changed EDisplay to an enum class and renamed its members to be keywords (Closed)
Patch Set: Renamed members Created 4 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: third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
diff --git a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
index c8f2fc65a6464cb5c05d6c2939e0843005a2401c..e366c4fc71aa0bd9e87bd1316e02dac373301039 100644
--- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
+++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
@@ -377,7 +377,7 @@ inline void BreakingContext::handleOutOfFlowPositioned(Vector<LineLayoutBox>& po
if (!isInlineType) {
m_block.setStaticInlinePositionForChild(box, m_block.startOffsetForContent());
} else {
- // If our original display was an INLINE type, then we can determine our static y position
+ // If our original display was an EDisplay::Inline type, then we can determine our static y position
alancutter (OOO until 2018) 2016/09/26 04:23:47 This should not change.
// now. Note, however, that if we're paginated, we may have to update this position after
// the line has been laid out, since the line may be pushed by a pagination strut.
box.layer()->setStaticBlockPosition(m_block.logicalHeight());

Powered by Google App Engine
This is Rietveld 408576698