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

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

Issue 2916493002: Make SelectionState enum class (Closed)
Patch Set: Created 3 years, 7 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/EllipsisBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/EllipsisBox.h b/third_party/WebKit/Source/core/layout/line/EllipsisBox.h
index b2a785223ac2bfb2e80f3f64c9e3c5103bed62b8..da8ac67c71e17e5632f9782718b46833d50251e5 100644
--- a/third_party/WebKit/Source/core/layout/line/EllipsisBox.h
+++ b/third_party/WebKit/Source/core/layout/line/EllipsisBox.h
@@ -50,7 +50,7 @@ class EllipsisBox final : public InlineBox {
parent),
height_(height),
str_(ellipsis_str),
- selection_state_(SelectionNone) {
+ selection_state_(SelectionState::kNone) {
SetHasVirtualLogicalHeight();
}

Powered by Google App Engine
This is Rietveld 408576698