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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutView.cpp

Issue 2667493002: Changed EPosition to an enum class and renamed its members (Closed)
Patch Set: Rebase Created 3 years, 10 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/LayoutView.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
index 97b8fa5a79adac5aef54633c5b53d5df226b11b3..0d20215151e181a1556d3fb4d8077c07015bc09f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
@@ -103,7 +103,7 @@ LayoutView::LayoutView(Document* document)
setPreferredLogicalWidthsDirty(MarkOnlyThis);
- setPositionState(AbsolutePosition); // to 0,0 :)
+ setPositionState(EPosition::kAbsolute); // to 0,0 :)
}
LayoutView::~LayoutView() {}

Powered by Google App Engine
This is Rietveld 408576698