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/core/paint/EmbeddedObjectPainter.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/core/paint/EmbeddedObjectPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/EmbeddedObjectPainter.cpp b/third_party/WebKit/Source/core/paint/EmbeddedObjectPainter.cpp
index dadad9ff4aed8aa37bee978357062cc51262502a..ba4c45a725e43c8d031bc108c6e702f9e604929a 100644
--- a/third_party/WebKit/Source/core/paint/EmbeddedObjectPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/EmbeddedObjectPainter.cpp
@@ -72,8 +72,9 @@ void EmbeddedObjectPainter::paintReplaced(const PaintInfo& paintInfo,
Path roundedBackgroundRect;
FloatRect floatBackgroundRect(backgroundRect);
roundedBackgroundRect.addRoundedRect(
- floatBackgroundRect, FloatSize(replacementTextRoundedRectRadius,
- replacementTextRoundedRectRadius));
+ floatBackgroundRect,
+ FloatSize(replacementTextRoundedRectRadius,
+ replacementTextRoundedRectRadius));
context.setFillColor(
scaleAlpha(Color::white, replacementTextRoundedRectOpacity));
context.fillPath(roundedBackgroundRect);
« no previous file with comments | « third_party/WebKit/Source/core/paint/BoxPainter.cpp ('k') | third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698