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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h

Issue 2653123002: Changed EClear to an enum class and renamed its members (Closed)
Patch Set: Rebase Created 3 years, 11 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/LayoutBlockFlow.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
index 02673059b9ffd60d60c5c51aba21e5e71c505f4c..846fb58e3b7bb1ae5dd9d7f8b34fa279fd3eac70 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -382,7 +382,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
PositionWithAffinity positionForPoint(const LayoutPoint&) override;
- LayoutUnit lowestFloatLogicalBottom(EClear = ClearBoth) const;
+ LayoutUnit lowestFloatLogicalBottom(EClear = EClear::kBoth) const;
bool hasOverhangingFloats() const {
return parent() && containsFloats() &&
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlock.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698