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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.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/LayoutSVGResourceMarker.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
index 38e0dc2ed1a4f975cda91bfdc25b1fd27197aad4..1a9599f48c6425874d4c521d155cc4ff1db2066a 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
@@ -56,9 +56,9 @@ void LayoutSVGResourceMarker::removeAllClientsFromCache(
void LayoutSVGResourceMarker::removeClientFromCache(LayoutObject* client,
bool markForInvalidation) {
ASSERT(client);
- markClientForInvalidation(client, markForInvalidation
- ? BoundariesInvalidation
- : ParentOnlyInvalidation);
+ markClientForInvalidation(
+ client,
+ markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalidation);
}
FloatRect LayoutSVGResourceMarker::markerBoundaries(

Powered by Google App Engine
This is Rietveld 408576698