| 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 f3070d8b31b6dd22445b095a6bd062370223b8b8..c1c7028c6433336af5b18a67d7138a646926643e 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;
|
|
|