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

Unified Diff: third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.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/win/FontPlatformDataWin.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
index f923be4983bae512a41e3753798164a4c3885946..855ecd0146db5d4cea6ef042d62d65ce7c7d35fb 100644
--- a/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
+++ b/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
@@ -73,8 +73,9 @@ void FontPlatformData::setupPaint(SkPaint* paint, float, const Font*) const {
// As most tests run without font smoothing we enable it for tests
// to ensure we get good test coverage matching the more common
// smoothing enabled behavior.
- && ((textFlags & SkPaint::kAntiAlias_Flag) ||
- LayoutTestSupport::isRunningLayoutTest()))
+ &&
+ ((textFlags & SkPaint::kAntiAlias_Flag) ||
+ LayoutTestSupport::isRunningLayoutTest()))
flags |= SkPaint::kSubpixelText_Flag;
SkASSERT(!(textFlags & ~textFlagsMask));

Powered by Google App Engine
This is Rietveld 408576698