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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.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/css/cssom/CSSMatrixTransformComponent.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
index 33b44a5eefb4d7b51f26247fb46b68c0cb3e3346..195aa30dc32048bd36c2ac5bde68306ffc3471de 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
@@ -4,10 +4,10 @@
#include "core/css/cssom/CSSMatrixTransformComponent.h"
-#include "core/css/CSSPrimitiveValue.h"
-#include "wtf/MathExtras.h"
#include <cmath>
#include <memory>
+#include "core/css/CSSPrimitiveValue.h"
+#include "wtf/MathExtras.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698