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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/PaintPropertyTreeBuilder.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
index 84399a04584c279723cbba82a1450ecf1e846054..5bf14ee53383abedb9fc097084f337d034be3a24 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -94,10 +94,7 @@ struct PaintPropertyTreeBuilderContext {
public:
PaintPropertyTreeBuilderContext()
- : container_for_absolute_position(nullptr),
- force_subtree_update(false)
- {
- }
+ : container_for_absolute_position(nullptr), force_subtree_update(false) {}
Vector<PaintPropertyTreeBuilderFragmentContext, 1> fragments;
const LayoutObject* container_for_absolute_position;

Powered by Google App Engine
This is Rietveld 408576698