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

Unified Diff: third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: 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/platform/fonts/shaping/CachingWordShaperTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
index 56337d035741f34994fd1af52a7fb4ec0770aa29..ff3ec714fdda938683653f30d5f838801b485c01 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
@@ -431,9 +431,9 @@ TEST_F(CachingWordShaperTest, SegmentHangulToneMark) {
TEST_F(CachingWordShaperTest, TextOrientationFallbackShouldNotInFallbackList) {
const UChar str[] = {
'A', // code point for verticalRightOrientationFontData()
- // Ideally we'd like to test uprightOrientationFontData() too
- // using code point such as U+3042, but it'd fallback to system
- // fonts as the glyph is missing.
+ // Ideally we'd like to test uprightOrientationFontData() too
+ // using code point such as U+3042, but it'd fallback to system
+ // fonts as the glyph is missing.
0x0};
TextRun textRun(str, 1);

Powered by Google App Engine
This is Rietveld 408576698