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

Unified Diff: third_party/WebKit/Source/core/dom/StyleEngine.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/dom/StyleEngine.cpp
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
index 19826f40af5ae0c3d3799d4cb5d02e72990ddc6e..5617308ccc00ee4eb7d007b942496f75ceedb4f9 100644
--- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
@@ -983,8 +983,9 @@ void StyleEngine::htmlImportAddedOrRemoved() {
markDocumentDirty();
resolver->setNeedsAppendAllSheets();
document().setNeedsStyleRecalc(
- SubtreeStyleChange, StyleChangeReasonForTracing::create(
- StyleChangeReason::ActiveStylesheetsUpdate));
+ SubtreeStyleChange,
+ StyleChangeReasonForTracing::create(
+ StyleChangeReason::ActiveStylesheetsUpdate));
}
}
@@ -1073,8 +1074,9 @@ void StyleEngine::applyRuleSetChanges(
if (!treeScope.document().body() ||
treeScope.document().hasNodesWithPlaceholderStyle()) {
treeScope.document().setNeedsStyleRecalc(
- SubtreeStyleChange, StyleChangeReasonForTracing::create(
- StyleChangeReason::CleanupPlaceholderStyles));
+ SubtreeStyleChange,
+ StyleChangeReasonForTracing::create(
+ StyleChangeReason::CleanupPlaceholderStyles));
return;
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/ScriptRunner.cpp ('k') | third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698