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

Unified Diff: third_party/WebKit/public/web/WebWidget.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/WebViewClient.h ('k') | third_party/WebKit/public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebWidget.h
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
index b764c59852e8b0dea647a65aa6dda6217773a6de..d986d3fdfce869d50764a002232bb536f4b6461c 100644
--- a/third_party/WebKit/public/web/WebWidget.h
+++ b/third_party/WebKit/public/web/WebWidget.h
@@ -105,9 +105,9 @@ class WebWidget {
// object alive until it is called.
virtual void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) {}
- // The caller is responsible for keeping the WebCompositeAndReadbackAsyncCallback
- // object alive until it is called. This should only be called when
- // isAcceleratedCompositingActive() is true.
+ // The caller is responsible for keeping the
+ // WebCompositeAndReadbackAsyncCallback object alive until it is called. This
+ // should only be called when isAcceleratedCompositingActive() is true.
virtual void compositeAndReadbackAsync(
WebCompositeAndReadbackAsyncCallback*) {}
@@ -191,8 +191,8 @@ class WebWidget {
return false;
}
- // Returns the text direction at the start and end bounds of the current selection.
- // If the selection range is empty, it returns false.
+ // Returns the text direction at the start and end bounds of the current
+ // selection. If the selection range is empty, it returns false.
virtual bool selectionTextDirection(WebTextDirection& start,
WebTextDirection& end) const {
return false;
@@ -221,8 +221,8 @@ class WebWidget {
// Returns true if the WebWidget created is of type WebPagePopup.
virtual bool isPagePopup() const { return false; }
- // The WebLayerTreeView initialized on this WebWidgetClient will be going away and
- // is no longer safe to access.
+ // The WebLayerTreeView initialized on this WebWidgetClient will be going away
+ // and is no longer safe to access.
virtual void willCloseLayerTreeView() {}
// Calling WebWidgetClient::requestPointerLock() will result in one
@@ -264,7 +264,8 @@ class WebWidget {
return false;
}
- // Applies the range on the focused frame so that the text will later be replaced.
+ // Applies the range on the focused frame so that the text will later be
+ // replaced.
virtual void applyReplacementRange(const WebRange&) {}
protected:
« no previous file with comments | « third_party/WebKit/public/web/WebViewClient.h ('k') | third_party/WebKit/public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698