| 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 7a7a9395deca8b21775a72c4a78028bdf2a49d3f..11dfba6869d50d630e2d32c3e76e3ac0b7320b42 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -7,12 +7,12 @@
|
|
|
| #include "platform/heap/Handle.h"
|
| #include "web/WebFrameWidgetBase.h"
|
| +#include "web/WebLocalFrameImpl.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
| -class WebLocalFrameImpl;
|
| class WebViewImpl;
|
| class WebWidgetClient;
|
|
|
| @@ -92,6 +92,7 @@ public:
|
| bool isTransparent() const override;
|
| void setIsTransparent(bool) override;
|
| void setBaseBackgroundColor(WebColor) override;
|
| + WebLocalFrameImpl* localRoot() override;
|
|
|
| // WebFrameWidgetBase overrides:
|
| bool forSubframe() const override { return false; }
|
|
|