mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision a106f0ab (#464641)
- Remove CefWindowInfo.transparent_painting_enabled. Set CefBrowserSettings.background_color to an opaque or transparent value instead.
This commit is contained in:
13
patch/patches/gpu_feature_info_699278.patch
Normal file
13
patch/patches/gpu_feature_info_699278.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git gpu/command_buffer/service/feature_info.cc gpu/command_buffer/service/feature_info.cc
|
||||
index 32e72c6..495ccdd 100644
|
||||
--- gpu/command_buffer/service/feature_info.cc
|
||||
+++ gpu/command_buffer/service/feature_info.cc
|
||||
@@ -1524,8 +1524,6 @@ void FeatureInfo::InitializeFloatAndHalfFloatFeatures(
|
||||
glBindFramebufferEXT(GL_FRAMEBUFFER, static_cast<GLuint>(fb_binding));
|
||||
glBindTexture(GL_TEXTURE_2D, static_cast<GLuint>(tex_binding));
|
||||
|
||||
- DCHECK_EQ(glGetError(), static_cast<GLuint>(GL_NO_ERROR));
|
||||
-
|
||||
if (status_rgba == GL_FRAMEBUFFER_COMPLETE) {
|
||||
feature_flags_.chromium_color_buffer_float_rgba = true;
|
||||
if (!disallowed_features_.chromium_color_buffer_float_rgba)
|
Reference in New Issue
Block a user