| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| index 131eb183a0bd4bc5ab57267e3e3b6dbdaed51d6c..eaff5bd008f455b194b73e719076d52d2009d9e8 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -165,6 +165,12 @@ public:
|
| #endif
|
|
|
| private:
|
| + // Sets |windowRect| to the content rect of the plugin in screen space.
|
| + // Sets |clippedAbsoluteRect| to the visible rect for the plugin, clipped to the visible screen of the root frame, in local space of the plugin.
|
| + // Sets |unclippedAbsoluteRect| to the visible rect for the plugin (but without also clipping to the screen), in local space of the plugin.
|
| + void computeClipRectsForPlugin(
|
| + const HTMLFrameOwnerElement* pluginOwnerElement, IntRect& windowRect, IntRect& clippedLocalRect, IntRect& unclippedIntLocalRect) const;
|
| +
|
| WebPluginContainerImpl(HTMLPlugInElement*, WebPlugin*);
|
| ~WebPluginContainerImpl() override;
|
|
|
|
|