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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) 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/html/HTMLCanvasElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
index 9332683a078bc9c02767422a23196cedb91ee244..9532c6b107649702869b161ffce6a153cd5c6ab1 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
@@ -907,9 +907,8 @@ HTMLCanvasElement::createWebGLImageBufferSurface(OpacityMode opacityMode) {
}
std::unique_ptr<ImageBufferSurface>
-HTMLCanvasElement::createAcceleratedImageBufferSurface(
- OpacityMode opacityMode,
- int* msaaSampleCount) {
+HTMLCanvasElement::createAcceleratedImageBufferSurface(OpacityMode opacityMode,
+ int* msaaSampleCount) {
if (document().settings()) {
*msaaSampleCount =
document().settings()->getAccelerated2dCanvasMSAASampleCount();
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLCanvasElement.h ('k') | third_party/WebKit/Source/core/html/HTMLEmbedElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698