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

Unified Diff: third_party/WebKit/Source/core/loader/resource/ImageResource.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/loader/resource/ImageResource.cpp
diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp b/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
index f238de7dd22ad442c7c07539a3fcf15769dd929b..351fddd8f4fe479327b518d9f1f3e53e301450fc 100644
--- a/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
@@ -265,8 +265,9 @@ void ImageResource::allClientsAndObserversRemoved() {
// animation updates (crbug.com/613709)
if (!ThreadHeap::willObjectBeLazilySwept(this)) {
Platform::current()->currentThread()->getWebTaskRunner()->postTask(
- BLINK_FROM_HERE, WTF::bind(&ImageResourceContent::doResetAnimation,
- wrapWeakPersistent(getContent())));
+ BLINK_FROM_HERE,
+ WTF::bind(&ImageResourceContent::doResetAnimation,
+ wrapWeakPersistent(getContent())));
} else {
getContent()->doResetAnimation();
}

Powered by Google App Engine
This is Rietveld 408576698