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

Unified Diff: third_party/WebKit/Source/core/layout/api/SelectionState.h

Issue 2392153002: Reformat comments in core/layout/api (Closed)
Patch Set: Created 4 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/core/layout/api/LineLayoutSVGInlineText.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/core/layout/api/SelectionState.h
diff --git a/third_party/WebKit/Source/core/layout/api/SelectionState.h b/third_party/WebKit/Source/core/layout/api/SelectionState.h
index 144cdb25bad6195685c08f02c6924a3e9d5175fd..728e4c540caeb0510a44baa014d9ce066b59ec39 100644
--- a/third_party/WebKit/Source/core/layout/api/SelectionState.h
+++ b/third_party/WebKit/Source/core/layout/api/SelectionState.h
@@ -8,11 +8,19 @@
namespace blink {
enum SelectionState {
- SelectionNone, // The object is not selected.
- SelectionStart, // The object either contains the start of a selection run or is the start of a run.
- SelectionInside, // The object is fully encompassed by a selection run.
- SelectionEnd, // The object either contains the end of a selection run or is the end of a run.
- SelectionBoth // The object contains an entire run or is the sole selected object in that run.
+ // The object is not selected.
+ SelectionNone,
+ // The object either contains the start of a selection run or is the start of
+ // a run.
+ SelectionStart,
+ // The object is fully encompassed by a selection run.
+ SelectionInside,
+ // The object either contains the end of a selection run or is the end of a
+ // run.
+ SelectionEnd,
+ // The object contains an entire run or is the sole selected object in that
+ // run.
+ SelectionBoth
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698