diff options
Diffstat (limited to 'main/chromium/issue1107683002_20001_30001.patch')
-rw-r--r-- | main/chromium/issue1107683002_20001_30001.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/chromium/issue1107683002_20001_30001.patch b/main/chromium/issue1107683002_20001_30001.patch deleted file mode 100644 index 1a237b6387..0000000000 --- a/main/chromium/issue1107683002_20001_30001.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: gpu/command_buffer/service/gles2_cmd_decoder.cc -diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc -index 04a9eb25443cb2a25d52400ba714c850ea63eca6..9c43f88e81fe60ef82b0bf17e41c2781350164c3 100644 ---- a/gpu/command_buffer/service/gles2_cmd_decoder.cc -+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc -@@ -2737,7 +2737,7 @@ bool GLES2DecoderImpl::Initialize( - // make it appear RGB. If on the other hand we ask for RGBA nd get RGB we - // can't do anything about that. - -- if (!surfaceless_) { -+ if (!surfaceless_ && !surface_->IsOffscreen()) { - GLint alpha_bits = 0; - GLint depth_bits = 0; - GLint stencil_bits = 0; |