| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index fcf7e4f6792f55de95551d2425c65baa7ba54d5c..a6b72542bdb52a20f7e3d3e087f4ac0e03c17f4a 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -92,7 +92,7 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
|
| bool isTransparent() const override;
|
| void setIsTransparent(bool) override;
|
| void setBaseBackgroundColor(WebColor) override;
|
| - WebLocalFrameImpl* localRoot() override;
|
| + WebLocalFrameImpl* localRoot() const override;
|
| WebInputMethodControllerImpl* getActiveWebInputMethodController()
|
| const override;
|
|
|
|
|