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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 054a7dd51982fffddd878aeb1719b5bba02d3015..4ebe99d2ff2ed00ba1964e87720e07f50a2a5541 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -319,13 +319,14 @@ class WEB_EXPORT WebLocalFrameImpl final
static WebLocalFrameImpl* fromFrame(LocalFrame&);
static WebLocalFrameImpl* fromFrameOwnerElement(Element*);
- // If the frame hosts a PluginDocument, this method returns the WebPluginContainerImpl
- // that hosts the plugin.
+ // If the frame hosts a PluginDocument, this method returns the
+ // WebPluginContainerImpl that hosts the plugin.
static WebPluginContainerImpl* pluginContainerFromFrame(LocalFrame*);
- // If the frame hosts a PluginDocument, this method returns the WebPluginContainerImpl
- // that hosts the plugin. If the provided node is a plugin, then it runs its
- // WebPluginContainerImpl. Otherwise, uses the currently focused element (if any).
+ // If the frame hosts a PluginDocument, this method returns the
+ // WebPluginContainerImpl that hosts the plugin. If the provided node is a
+ // plugin, then it runs its WebPluginContainerImpl. Otherwise, uses the
+ // currently focused element (if any).
static WebPluginContainerImpl* currentPluginContainer(LocalFrame*,
Node* = nullptr);
@@ -422,14 +423,16 @@ class WEB_EXPORT WebLocalFrameImpl final
Member<FrameLoaderClientImpl> m_frameLoaderClientImpl;
- // The embedder retains a reference to the WebCore LocalFrame while it is active in the DOM. This
- // reference is released when the frame is removed from the DOM or the entire page is closed.
- // FIXME: These will need to change to WebFrame when we introduce WebFrameProxy.
+ // The embedder retains a reference to the WebCore LocalFrame while it is
+ // active in the DOM. This reference is released when the frame is removed
+ // from the DOM or the entire page is closed. FIXME: These will need to
+ // change to WebFrame when we introduce WebFrameProxy.
Member<LocalFrame> m_frame;
Member<WebDevToolsAgentImpl> m_devToolsAgent;
- // This is set if the frame is the root of a local frame tree, and requires a widget for layout.
+ // This is set if the frame is the root of a local frame tree, and requires a
+ // widget for layout.
WebFrameWidgetBase* m_frameWidget;
WebFrameClient* m_client;
@@ -445,7 +448,8 @@ class WEB_EXPORT WebLocalFrameImpl final
// information. Is used by PrintPage().
Member<ChromePrintContext> m_printContext;
- // Stores the additional input events offset and scale when device metrics emulation is enabled.
+ // Stores the additional input events offset and scale when device metrics
+ // emulation is enabled.
IntSize m_inputEventsOffsetForEmulation;
float m_inputEventsScaleFactorForEmulation;
« no previous file with comments | « third_party/WebKit/Source/web/WebLeakDetector.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698