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

Unified Diff: third_party/WebKit/public/web/WebViewClient.h

Issue 2388103002: reflow comments in public/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
« no previous file with comments | « third_party/WebKit/public/web/WebView.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebViewClient.h
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
index 546d5d76ecd1fb97301def469696685dd24cf90b..34572145869853c9d00d5708b729e351e764ca08 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -176,8 +176,8 @@ class WebViewClient : protected WebWidgetClient {
virtual void focusNext() {}
virtual void focusPrevious() {}
- // Called when a new node gets focused. |fromNode| is the previously focused node, |toNode|
- // is the newly focused node. Either can be null.
+ // Called when a new node gets focused. |fromNode| is the previously focused
+ // node, |toNode| is the newly focused node. Either can be null.
virtual void focusedNodeChanged(const WebNode& fromNode,
const WebNode& toNode) {}
@@ -188,7 +188,8 @@ class WebViewClient : protected WebWidgetClient {
// unless the view did not need a layout.
virtual void didUpdateLayout() {}
- // Return true to swallow the input event if the embedder will start a disambiguation popup
+ // Return true to swallow the input event if the embedder will start a
+ // disambiguation popup
virtual bool didTapMultipleTargets(const WebSize& visualViewportOffset,
const WebRect& touchRect,
const WebVector<WebRect>& targetRects) {
@@ -261,7 +262,8 @@ class WebViewClient : protected WebWidgetClient {
// to the element from the main frame.
virtual void scheduleContentIntent(const WebURL&, bool isMainFrame) {}
- // Cancels any previously scheduled content intents that have not yet launched.
+ // Cancels any previously scheduled content intents that have not yet
+ // launched.
virtual void cancelScheduledContentIntents() {}
// Draggable regions ----------------------------------------------------
« no previous file with comments | « third_party/WebKit/public/web/WebView.h ('k') | third_party/WebKit/public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698