| 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 5760b0937c104f31285ade1b3fb0a56578703e3d..34e331017b0ca4a6eb3862fb8552d348268e5e07 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -120,6 +120,7 @@ public:
|
| void applyReplacementRange(int start, int length) override;
|
|
|
| // WebFrameWidget implementation.
|
| + WebLocalFrameImpl* localRoot() override { return m_localRoot; }
|
| void setVisibilityState(WebPageVisibilityState) override;
|
| bool isTransparent() const override;
|
| void setIsTransparent(bool) override;
|
|
|