| 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;
|
|
|