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

Unified Diff: third_party/WebKit/Source/platform/fonts/ScriptRunIterator.h

Issue 2386333002: reflow comments in platform/fonts (Closed)
Patch Set: comments 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/platform/fonts/ScriptRunIterator.h
diff --git a/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.h b/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.h
index 835b7c053fc595044ab4020886fdf64562d27cf9..84f32fb12e2416bbc03cd698e3e434b3d5de822b 100644
--- a/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.h
+++ b/third_party/WebKit/Source/platform/fonts/ScriptRunIterator.h
@@ -69,10 +69,10 @@ class PLATFORM_EXPORT ScriptRunIterator {
};
// ScriptData is a wrapper which returns a set of scripts for a particular
-// character retrieved from the character's primary script and script extensions,
-// as per ICU / Unicode data. ScriptData maintains a certain priority order of
-// the returned values, which are essential for mergeSets method to work
-// correctly.
+// character retrieved from the character's primary script and script
+// extensions, as per ICU / Unicode data. ScriptData maintains a certain
+// priority order of the returned values, which are essential for mergeSets
+// method to work correctly.
class PLATFORM_EXPORT ScriptData {
USING_FAST_MALLOC(ScriptData);
WTF_MAKE_NONCOPYABLE(ScriptData);

Powered by Google App Engine
This is Rietveld 408576698