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

Unified Diff: third_party/WebKit/Source/core/frame/ImageBitmap.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/frame/ImageBitmap.cpp
diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.cpp b/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
index 8665008fa049bf7335bb535c6e007d45884ed166..6722e752c0f30ab0f907bc6371adb26949100044 100644
--- a/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
+++ b/third_party/WebKit/Source/core/frame/ImageBitmap.cpp
@@ -432,8 +432,9 @@ bool ImageBitmap::isSourceSizeValid(int sourceWidth,
ExceptionState& exceptionState) {
if (!sourceWidth || !sourceHeight) {
exceptionState.throwDOMException(
- IndexSizeError, String::format("The source %s provided is 0.",
- sourceWidth ? "height" : "width"));
+ IndexSizeError,
+ String::format("The source %s provided is 0.",
+ sourceWidth ? "height" : "width"));
return false;
}
return true;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698