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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.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/web/WebViewImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
index c6726a1706260f92ac9783fc4249104f410be0b2..8664b483643c9c271035fcedca1a0581b03447d3 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -398,8 +398,9 @@ WebViewImpl::WebViewImpl(WebViewClient* client,
m_page = Page::createOrdinary(pageClients);
MediaKeysController::provideMediaKeysTo(*m_page, &m_mediaKeysClientImpl);
provideSpeechRecognitionTo(
- *m_page, SpeechRecognitionClientProxy::create(
- client ? client->speechRecognizer() : nullptr));
+ *m_page,
+ SpeechRecognitionClientProxy::create(client ? client->speechRecognizer()
+ : nullptr));
provideContextFeaturesTo(*m_page, ContextFeaturesClientImpl::create());
provideDatabaseClientTo(*m_page, DatabaseClientImpl::create());
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.cpp ('k') | third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698