| Index: third_party/WebKit/public/web/WebPluginContainer.h
|
| diff --git a/third_party/WebKit/public/web/WebPluginContainer.h b/third_party/WebKit/public/web/WebPluginContainer.h
|
| index 569d190d7f16d89b876eda3f6fe22b6f68017ebf..af69db64b2374138886fc0e53d0fd6ed5934395e 100644
|
| --- a/third_party/WebKit/public/web/WebPluginContainer.h
|
| +++ b/third_party/WebKit/public/web/WebPluginContainer.h
|
| @@ -127,6 +127,9 @@ public:
|
| // Converts plugin's local coordinate to root frame's coordinates.
|
| virtual WebPoint localToRootFramePoint(const WebPoint&) = 0;
|
|
|
| + // Converts plugin's local coordinate to screen's coordinates.
|
| + virtual WebRect localToScreenRect(const WebRect&) = 0;
|
| +
|
| // Returns the plugin this container owns. This plugin will be
|
| // automatically destroyed when the container is destroyed.
|
| virtual WebPlugin* plugin() = 0;
|
|
|