| Index: third_party/WebKit/public/web/WebFrameWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h
|
| index 72092e4eea815bbfdd1bafba34e1fb0b55649576..5607bbecc4489fde8dd509920c9b7a29d9a8aa24 100644
|
| --- a/third_party/WebKit/public/web/WebFrameWidget.h
|
| +++ b/third_party/WebKit/public/web/WebFrameWidget.h
|
| @@ -76,6 +76,7 @@ public:
|
| // blink.
|
| virtual bool forSubframe() const { return true; }
|
| virtual void scheduleAnimation() = 0;
|
| + virtual WebWidgetClient* client() const = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|