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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.h

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/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index e73f865057090b01c8f672d3000789d558cea146..cbeb6f11410e4afe77166939fb583c82d7be3cdf 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -221,8 +221,9 @@ class WebFrameWidgetImpl final
WebWidgetClient* m_client;
- // WebFrameWidget is associated with a subtree of the frame tree, corresponding to a maximal
- // connected tree of LocalFrames. This member points to the root of that subtree.
+ // WebFrameWidget is associated with a subtree of the frame tree,
+ // corresponding to a maximal connected tree of LocalFrames. This member
+ // points to the root of that subtree.
Member<WebLocalFrameImpl> m_localRoot;
WebSize m_size;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameSerializer.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698