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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplay.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/modules/vr/VRDisplay.cpp
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.cpp b/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
index 0c6bc0ed5a89f78159ed2d4a30dfb87394962ac2..2aeb5c4be225e8f355278222fa6eeccbcb0d4ef0 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
@@ -316,9 +316,10 @@ ScriptPromise VRDisplay::requestPresent(ScriptState* scriptState,
}
m_pendingPresentResolvers.append(resolver);
- m_display->RequestPresent(secureContext, convertToBaseCallback(WTF::bind(
- &VRDisplay::onPresentComplete,
- wrapPersistent(this))));
+ m_display->RequestPresent(
+ secureContext,
+ convertToBaseCallback(
+ WTF::bind(&VRDisplay::onPresentComplete, wrapPersistent(this))));
} else {
updateLayerBounds();
resolver->resolve();

Powered by Google App Engine
This is Rietveld 408576698