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

Unified Diff: third_party/WebKit/Source/core/dom/DOMRectReadOnly.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) 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/dom/DOMRectReadOnly.cpp
diff --git a/third_party/WebKit/Source/core/dom/DOMRectReadOnly.cpp b/third_party/WebKit/Source/core/dom/DOMRectReadOnly.cpp
index 6b6e5154c45cc9fcfd9cddba2b5ff6c5ec36828c..9592887ba3a2d331469f217b1c3ee2ca90e231a0 100644
--- a/third_party/WebKit/Source/core/dom/DOMRectReadOnly.cpp
+++ b/third_party/WebKit/Source/core/dom/DOMRectReadOnly.cpp
@@ -31,7 +31,8 @@ ScriptValue DOMRectReadOnly::toJSONForBinding(ScriptState* scriptState) const {
}
DOMRectReadOnly* DOMRectReadOnly::fromRect(const DOMRectInit& other) {
- return new DOMRectReadOnly(other.x(), other.y(), other.width(), other.height());
+ return new DOMRectReadOnly(other.x(), other.y(), other.width(),
+ other.height());
}
DOMRectReadOnly::DOMRectReadOnly(double x,
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp ('k') | third_party/WebKit/Source/core/dom/DOMTypedArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698