| Index: third_party/WebKit/Source/web/ExternalPopupMenu.h
|
| diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.h b/third_party/WebKit/Source/web/ExternalPopupMenu.h
|
| index 8c7d82024a60a1efcb682380882b658a68ebfb75..dec44f1d4a7546afdf0d32f38f5cc3a9184eaaf6 100644
|
| --- a/third_party/WebKit/Source/web/ExternalPopupMenu.h
|
| +++ b/third_party/WebKit/Source/web/ExternalPopupMenu.h
|
| @@ -88,7 +88,7 @@ class WEB_EXPORT ExternalPopupMenu final : NON_EXPORTED_BASE(public PopupMenu),
|
| Member<LocalFrame> m_localFrame;
|
| WebViewImpl& m_webView;
|
| std::unique_ptr<WebMouseEvent> m_syntheticEvent;
|
| - Timer<ExternalPopupMenu> m_dispatchEventTimer;
|
| + TaskRunnerTimer<ExternalPopupMenu> m_dispatchEventTimer;
|
| // The actual implementor of the show menu.
|
| WebExternalPopupMenu* m_webExternalPopupMenu;
|
| bool m_needsUpdate = false;
|
|
|