mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Linux: Add OSR use_external_begin_frame support (see issue #1006)
This commit is contained in:
committed by
Marshall Greenblatt
parent
531df6eaba
commit
a48e072076
@ -46,7 +46,7 @@ std::unique_ptr<CefBrowserPlatformDelegateNative> CreateNativeDelegate(
|
||||
window_info, background_color);
|
||||
#elif defined(OS_LINUX)
|
||||
return std::make_unique<CefBrowserPlatformDelegateNativeLinux>(
|
||||
window_info, background_color);
|
||||
window_info, background_color, use_external_begin_frame);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user