| 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 c648b66a4b046520c64625aaa8e8ece3afbd4390..423af2cb19f020bc45e45e4bfe39014cb83f9cc4 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;
|
|
|