mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add initial Viz implementation for OSR (see issue #2575).
The old shared surface implementation has been removed and will need to be re-implemented using the Viz code path.
This commit is contained in:
committed by
Marshall Greenblatt
parent
cc0db5f166
commit
ac2cc54e13
@ -558,15 +558,6 @@ bool CefMainDelegate::BasicStartupComplete(int* exit_code) {
|
||||
|
||||
std::vector<std::string> disable_features;
|
||||
|
||||
if (settings.windowless_rendering_enabled) {
|
||||
// Disable VizDisplayCompositor when OSR is enabled until
|
||||
// we have implemented Viz support
|
||||
if (features::kVizDisplayCompositor.default_state ==
|
||||
base::FEATURE_ENABLED_BY_DEFAULT) {
|
||||
disable_features.push_back(features::kVizDisplayCompositor.name);
|
||||
}
|
||||
}
|
||||
|
||||
if (network::features::kOutOfBlinkCors.default_state ==
|
||||
base::FEATURE_ENABLED_BY_DEFAULT) {
|
||||
// TODO: Add support for out-of-Blink CORS (see issue #2716)
|
||||
|
Reference in New Issue
Block a user