| 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 72f25f07044e038d9b20a5b0c9f1b55e313d0879..6da853c00bb8850bcdb53ad85c0c7d8bf70d674c 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -115,6 +115,7 @@ public:
|
| void setWantsWheelEvents(bool) override;
|
| WebPoint rootFrameToLocalPoint(const WebPoint&) override;
|
| WebPoint localToRootFramePoint(const WebPoint&) override;
|
| + WebRect localToScreenRect(const WebRect&) override;
|
|
|
| // Non-Oilpan, this cannot be null. With Oilpan, it will be
|
| // null when in a disposed state, pending finalization during the next GC.
|
|
|