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

Unified Diff: third_party/WebKit/Source/core/paint/SVGPaintContext.h

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/paint/SVGPaintContext.h
diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.h b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
index 696c1229fc1efb7c3e4ac91dc3a6a683b5e7aae3..5851359797d380b301c058b672bfe3e2d9abe263 100644
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
@@ -25,6 +25,7 @@
#ifndef SVGPaintContext_h
#define SVGPaintContext_h
+#include <memory>
#include "core/layout/svg/LayoutSVGResourcePaintServer.h"
#include "core/paint/ClipPathClipper.h"
#include "core/paint/ObjectPaintProperties.h"
@@ -34,7 +35,6 @@
#include "platform/graphics/paint/CompositingRecorder.h"
#include "platform/graphics/paint/ScopedPaintChunkProperties.h"
#include "platform/transforms/AffineTransform.h"
-#include <memory>
namespace blink {
@@ -103,9 +103,7 @@ class SVGPaintContext {
: m_object(object),
m_paintInfo(paintInfo),
m_filter(nullptr),
- m_masker(nullptr)
- {
- }
+ m_masker(nullptr) {}
~SVGPaintContext();

Powered by Google App Engine
This is Rietveld 408576698