mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix out-of-sync timestamps in OSR mode (fixes issue #3102)
This commit is contained in:
committed by
Marshall Greenblatt
parent
1232df3646
commit
0ad85c19aa
@@ -487,8 +487,7 @@ gfx::Vector2d CefBrowserPlatformDelegateNativeWin::GetUiWheelEventOffset(
|
||||
}
|
||||
|
||||
base::TimeTicks CefBrowserPlatformDelegateNativeWin::GetEventTimeStamp() const {
|
||||
return base::TimeTicks() +
|
||||
base::TimeDelta::FromMilliseconds(GetMessageTime());
|
||||
return base::TimeTicks::Now();
|
||||
}
|
||||
|
||||
// static
|
||||
|
Reference in New Issue
Block a user