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

@@ -486,10 +486,6 @@ gfx::Vector2d CefBrowserPlatformDelegateNativeWin::GetUiWheelEventOffset(
return gfx::Vector2d(scrollDeltaX, scrollDeltaY);
}
base::TimeTicks CefBrowserPlatformDelegateNativeWin::GetEventTimeStamp() const {
return base::TimeTicks::Now();
}
// static
void CefBrowserPlatformDelegateNativeWin::RegisterWindowClass() {
static bool registered = false;