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

Unified Diff: third_party/WebKit/Source/web/ExternalPopupMenu.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/ExternalPopupMenu.cpp
diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
index 014ef2260fbb22d77d78dae854e021a70833aa4d..f499eda2b6f053f1ed6c2dd04fa1b46b9f787247 100644
--- a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
+++ b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
@@ -148,8 +148,9 @@ void ExternalPopupMenu::updateFromElement(UpdateReason reason) {
m_needsUpdate = true;
TaskRunnerHelper::get(TaskType::UserInteraction,
&m_ownerElement->document())
- ->postTask(BLINK_FROM_HERE, WTF::bind(&ExternalPopupMenu::update,
- wrapPersistent(this)));
+ ->postTask(
+ BLINK_FROM_HERE,
+ WTF::bind(&ExternalPopupMenu::update, wrapPersistent(this)));
break;
case ByStyleChange:
« no previous file with comments | « third_party/WebKit/Source/web/CompositorMutatorImpl.cpp ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698