| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 0b2722a4425c2a052c8ac058800c86040466d647..cf0cecff7915db2df89b925349bf3c42bd90b1f7 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -235,6 +235,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| WebLayerTreeView* GetWebLayerTreeView(LocalFrame*) override;
|
|
|
| + WebLocalFrameBase* GetWebLocalFrameBase(LocalFrame*) override;
|
| +
|
| private:
|
| explicit ChromeClientImpl(WebViewBase*);
|
|
|
|
|