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

Unified Diff: third_party/WebKit/Source/web/WebSelection.cpp

Issue 2389633002: reflow comments in web/ (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
Index: third_party/WebKit/Source/web/WebSelection.cpp
diff --git a/third_party/WebKit/Source/web/WebSelection.cpp b/third_party/WebKit/Source/web/WebSelection.cpp
index 6aa5c13ea36ff8f3cd0600d01e079dbf30ce6644..75f263deed98380222d0e0675e300732f20bd2f6 100644
--- a/third_party/WebKit/Source/web/WebSelection.cpp
+++ b/third_party/WebKit/Source/web/WebSelection.cpp
@@ -35,7 +35,8 @@ static WebSelectionBound getWebSelectionBound(
return result;
}
-// SelectionType enums have the same values; enforced in AssertMatchingEnums.cpp.
+// SelectionType enums have the same values; enforced in
+// AssertMatchingEnums.cpp.
WebSelection::WebSelection(const CompositedSelection& selection)
: m_selectionType(static_cast<WebSelection::SelectionType>(selection.type)),
m_start(getWebSelectionBound(selection, true)),
« no previous file with comments | « third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698