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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.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/layout/svg/LayoutSVGResourceClipper.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
index 9f1fb9201df567fa242974b8b710d8451910ac56..4156eb9df8c2eb75492882ca600ad65d9203403a 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp
@@ -117,9 +117,9 @@ void LayoutSVGResourceClipper::removeAllClientsFromCache(
void LayoutSVGResourceClipper::removeClientFromCache(LayoutObject* client,
bool markForInvalidation) {
ASSERT(client);
- markClientForInvalidation(client, markForInvalidation
- ? BoundariesInvalidation
- : ParentOnlyInvalidation);
+ markClientForInvalidation(
+ client,
+ markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalidation);
}
bool LayoutSVGResourceClipper::calculateClipContentPathIfNeeded() {

Powered by Google App Engine
This is Rietveld 408576698