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

Unified Diff: third_party/WebKit/Source/web/WebPagePopupImpl.cpp

Issue 2389633002: reflow comments in web/ (Closed)
Patch Set: . Created 4 years, 2 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/WebPagePopupImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
index ccddb143b46618ade007d0ebd58d04b30e77a97e..413101d5304e19a6a4d6a039b4c2b66abd061773 100644
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
@@ -115,7 +115,8 @@ class PagePopupChromeClient final : public EmptyChromeClient {
}
void scheduleAnimation(Widget*) override {
- // Calling scheduleAnimation on m_webView so WebViewTestProxy will call beginFrame.
+ // Calling scheduleAnimation on m_webView so WebViewTestProxy will call
+ // beginFrame.
if (LayoutTestSupport::isRunningLayoutTest())
m_popup->m_webView->mainFrameImpl()->frameWidget()->scheduleAnimation();
@@ -237,7 +238,7 @@ bool PagePopupFeaturesClient::isEnabled(Document*,
return defaultValue;
}
-// WebPagePopupImpl ----------------------------------------------------------------
+// WebPagePopupImpl ----------------------------------------------------------
WebPagePopupImpl::WebPagePopupImpl(WebWidgetClient* client)
: m_widgetClient(client),
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebPepperSocketImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698