| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| index fd63c4cffe1e8b741232ca7fbbf6123d44ac0341..fda5450d5f000c38e44a5daada4aa05574dd15ef 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -146,6 +146,8 @@ public:
|
| // the page is shutting down, but will be valid at all other times.
|
| Page* page() const { return view()->page(); }
|
|
|
| + ChromeClientImpl& chromeClient() const { return view()->chromeClient(); }
|
| +
|
| // Event related methods:
|
| void mouseContextMenu(const WebMouseEvent&);
|
|
|
|
|