| Index: third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| index 1d89868f0dcaf6f6957b93ab8daf5d2f84b86e06..011fb9f43dfba029e1f10fde9eeb243f42a3c739 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| @@ -76,6 +76,7 @@ class WebPagePopupImpl final : public WebPagePopup,
|
|
|
| private:
|
| // WebWidget functions
|
| + void setSuppressFrameRequestsWorkaroundFor704763Only(bool) final;
|
| void beginFrame(double lastFrameTimeMonotonic) override;
|
| void updateAllLifecyclePhases() override;
|
| void willCloseLayerTreeView() override;
|
|
|