| 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 cf4cad07654c10a2de123ea9f09917b1b2dc6dc9..5aecd0f60e21c1c2fa6f517a8af1df2c3129bfae 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -98,7 +98,7 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
|
| bool isTransparent() const override;
|
| void setIsTransparent(bool) override;
|
| void setBaseBackgroundColor(WebColor) override;
|
| - WebLocalFrameImpl* localRoot() override;
|
| + WebLocalFrameImpl* localRoot() const override;
|
|
|
| // WebFrameWidgetBase overrides:
|
| bool forSubframe() const override { return false; }
|
|
|