Linux: Fix Check failed: generated_timestamp < total_latency_stage.end_time (see issue #3102)

This commit is contained in:
Marshall Greenblatt
2021-06-07 12:34:24 -07:00
parent 00dca9601e
commit 0aad12fe1b
6 changed files with 6 additions and 26 deletions

View File

@@ -41,7 +41,6 @@ class CefBrowserPlatformDelegateNativeLinux
ui::KeyEvent TranslateUiKeyEvent(const CefKeyEvent& key_event) const override;
content::NativeWebKeyboardEvent TranslateWebKeyEvent(
const CefKeyEvent& key_event) const override;
base::TimeTicks GetEventTimeStamp() const override;
private:
// True if the host window has been created.