| Index: Source/web/PopupContainer.h
|
| diff --git a/Source/web/PopupContainer.h b/Source/web/PopupContainer.h
|
| index 0595573cf7da03c54175baa4792c424a495b71a5..d136ad45dba2a1a805eec88e41fe3ad376466566 100644
|
| --- a/Source/web/PopupContainer.h
|
| +++ b/Source/web/PopupContainer.h
|
| @@ -59,6 +59,8 @@ public:
|
| virtual void hide() OVERRIDE;
|
| virtual HostWindow* hostWindow() const OVERRIDE;
|
| virtual void invalidateRect(const IntRect&) OVERRIDE;
|
| + virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint&) const OVERRIDE;
|
| + virtual IntPoint convertSelfToChild(const Widget* child, const IntPoint&) const OVERRIDE;
|
|
|
| // PopupContainer methods
|
|
|
|
|