Add CefBaseTime and use it instead of CefTime (see issue #2935)

This commit is contained in:
Dmitry Azaraev
2022-05-31 23:28:43 +03:00
committed by Marshall Greenblatt
parent 987b932a19
commit 27d3089804
58 changed files with 502 additions and 228 deletions

View File

@ -100,7 +100,7 @@ class CefNavigationEntry : public virtual CefBaseRefCounted {
// 0 if the navigation has not yet completed.
///
/*--cef()--*/
virtual CefTime GetCompletionTime() = 0;
virtual CefBaseTime GetCompletionTime() = 0;
///
// Returns the HTTP status code for the last known successful navigation