| 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 46f636b85bf822391e5becf341f8a0d5cc897cc4..11f4e6836ca1446840a03160f7d7a41388495d28 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -232,6 +232,9 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| WebLayerTreeView* GetWebLayerTreeView(LocalFrame*) override;
|
|
|
| + void RequestKeyLock(LocalFrame*, PassRefPtr<KeyboardLocker>) override;
|
| + void CancelKeyLock(LocalFrame*) override;
|
| +
|
| private:
|
| explicit ChromeClientImpl(WebViewImpl*);
|
|
|
|
|