Advertisement
Guest User

"vivaldi:gpu" 2

a guest
Feb 4th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 209.44 KB | Help | 0 0
  1. Graphics Feature Status
  2. Canvas: Hardware accelerated
  3. Canvas out-of-process rasterization: Disabled
  4. Direct Rendering Display Compositor: Disabled
  5. Compositing: Hardware accelerated
  6. Multiple Raster Threads: Enabled
  7. OpenGL: Enabled
  8. Rasterization: Hardware accelerated
  9. Raw Draw: Disabled
  10. Video Decode: Hardware accelerated
  11. Video Encode: Hardware accelerated
  12. Vulkan: Disabled
  13. WebGL: Hardware accelerated
  14. WebGL2: Hardware accelerated
  15. WebGPU: Hardware accelerated
  16. Driver Bug Workarounds
  17. clear_uniforms_before_first_program_use
  18. decode_encode_srgb_for_generatemipmap
  19. disable_delayed_copy_nv12
  20. disable_vp_super_resolution
  21. enable_webgl_timer_query_extensions
  22. exit_on_context_lost
  23. disabled_extension_GL_KHR_blend_equation_advanced
  24. disabled_extension_GL_KHR_blend_equation_advanced_coherent
  25. Problems Detected
  26. Some drivers are unable to reset the D3D device in the GPU process sandbox
  27. Applied Workarounds: exit_on_context_lost
  28. Clear uniforms before first program use on all platforms: 124764, 349137
  29. Applied Workarounds: clear_uniforms_before_first_program_use
  30. Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
  31. Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
  32. Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
  33. Applied Workarounds: decode_encode_srgb_for_generatemipmap
  34. Delayed copy NV12 displays incorrect colors on NVIDIA drivers.: 728670
  35. Applied Workarounds: disable_delayed_copy_nv12
  36. Expose WebGL's disjoint_timer_query extensions on platforms with site isolation: 808744, 870491
  37. Applied Workarounds: enable_webgl_timer_query_extensions
  38. Don't use video processor super resolution on Intel Gen9 and older GPUs and non-Intel GPUs.: 1318380
  39. Applied Workarounds: disable_vp_super_resolution
  40. ANGLE Features
  41. allowCompressedFormats (Frontend workarounds): Enabled: true
  42. Allow compressed formats
  43. cacheCompiledShader (Frontend features) anglebug:7036: Disabled
  44. Enable to cache compiled shaders
  45. disableAnisotropicFiltering (Frontend workarounds): Disabled
  46. Disable support for anisotropic filtering
  47. disableDrawBuffersIndexed (Frontend features) anglebug:7724: Disabled
  48. Disable support for OES_draw_buffers_indexed and EXT_draw_buffers_indexed
  49. disableProgramBinary (Frontend features) anglebug:5007: Disabled
  50. Disable support for GL_OES_get_program_binary
  51. disableProgramCachingForTransformFeedback (Frontend workarounds): Disabled
  52. On some GPUs, program binaries don't contain transform feedback varyings
  53. emulatePixelLocalStorage (Frontend features) anglebug:7279: Disabled: false
  54. Emulate ANGLE_shader_pixel_local_storage using shader images
  55. enableCaptureLimits (Frontend features) anglebug:5750: Disabled
  56. Set the context limits like frame capturing was enabled
  57. enableCompressingPipelineCacheInThreadPool (Frontend workarounds) anglebug:4722: Disabled: false
  58. Enable compressing pipeline cache in thread pool.
  59. enableProgramBinaryForCapture (Frontend features) anglebug:5658: Disabled
  60. Even if FrameCapture is enabled, enable GL_OES_get_program_binary
  61. forceDepthAttachmentInitOnClear (Frontend workarounds) anglebug:7246: Disabled: isAMD
  62. Force depth attachment initialization on clear ops
  63. forceGlErrorChecking (Frontend features) https://issuetracker.google.com/220069903: Disabled
  64. Force GL error checking (i.e. prevent applications from disabling error checking
  65. forceInitShaderVariables (Frontend features): Disabled
  66. Force-enable shader variable initialization
  67. forceRobustResourceInit (Frontend features) anglebug:6041: Disabled
  68. Force-enable robust resource init
  69. loseContextOnOutOfMemory (Frontend workarounds): Enabled: true
  70. Some users rely on a lost context notification if a GL_OUT_OF_MEMORY error occurs
  71. scalarizeVecAndMatConstructorArgs (Frontend workarounds) 1165751: Disabled: false
  72. Always rewrite vec/mat constructors to be consistent
  73. addMockTextureNoRenderTarget (D3D workarounds) anglebug:2152: Disabled: isIntel && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164815)
  74. On some drivers when rendering with no render target, two bugs lead to incorrect behavior
  75. allowClearForRobustResourceInit (D3D workarounds) 941620: Enabled: true
  76. Some drivers corrupt texture data when clearing for robust resource initialization.
  77. allowES3OnFL100 (D3D workarounds): Disabled: false
  78. Allow ES3 on 10.0 devices
  79. allowTranslateUniformBlockToStructuredBuffer (D3D workarounds) anglebug:3682: Enabled: IsWin10OrGreater()
  80. There is a slow fxc compile performance issue with dynamic uniform indexing if translating a uniform block with a large array member to cbuffer.
  81. callClearTwice (D3D workarounds) 655534: Disabled: isIntel && isSkylake && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164771)
  82. Using clear() may not take effect
  83. depthStencilBlitExtraCopy (D3D workarounds) anglebug:1452: Disabled: (part1 <= 13u && part2 < 6881) && isNvidia && driverVersionValid
  84. Bug in some drivers triggers a TDR when using CopySubresourceRegion from a staging texture to a depth/stencil
  85. disableB5G6R5Support (D3D workarounds): Disabled: (isIntel && capsVersion >= IntelDriverVersion(150000) && capsVersion < IntelDriverVersion(154539)) || isAMD
  86. Textures with the format DXGI_FORMAT_B5G6R5_UNORM have incorrect data
  87. disableRasterizerOrderViews (D3D workarounds) anglebug:7279: Disabled
  88. Disable ROVs for testing
  89. emulateIsnanFloat (D3D workarounds) 650547: Disabled: isIntel && isSkylake && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164542)
  90. Using isnan() on highp float will get wrong answer
  91. emulateTinyStencilTextures (D3D workarounds): Disabled: isAMD && !(deviceCaps.featureLevel < D3D_FEATURE_LEVEL_10_1)
  92. 1x1 and 2x2 mips of depth/stencil textures aren't sampled correctly
  93. expandIntegerPowExpressions (D3D workarounds): Enabled: true
  94. The HLSL optimizer has a bug with optimizing 'pow' in certain integer-valued expressions
  95. flushAfterEndingTransformFeedback (D3D workarounds): Enabled: isNvidia
  96. Some drivers sometimes write out-of-order results to StreamOut buffers when transform feedback is used to repeatedly write to the same buffer positions
  97. forceAtomicValueResolution (D3D workarounds) anglebug:3246: Enabled: isNvidia
  98. On some drivers the return value from RWByteAddressBuffer.InterlockedAdd does not resolve when used in the .yzw components of a RWByteAddressBuffer.Store operation
  99. getDimensionsIgnoresBaseLevel (D3D workarounds): Enabled: isNvidia
  100. Some drivers do not take into account the base level of the texture in the results of the HLSL GetDimensions builtin
  101. mrtPerfWorkaround (D3D workarounds): Enabled: true
  102. Some drivers have a bug where they ignore null render targets
  103. preAddTexelFetchOffsets (D3D workarounds): Disabled: isIntel
  104. HLSL's function texture.Load returns 0 when the parameter Location is negative, even if the sum of Offset and Location is in range
  105. rewriteUnaryMinusOperator (D3D workarounds): Disabled: isIntel && (isBroadwell || isHaswell) && capsVersion >= IntelDriverVersion(150000) && capsVersion < IntelDriverVersion(154624)
  106. Evaluating unary minus operator on integer may get wrong answer in vertex shaders
  107. selectViewInGeometryShader (D3D workarounds): Disabled: !deviceCaps.supportsVpRtIndexWriteFromVertexShader
  108. The viewport or render target slice will be selected in the geometry shader stage for the ANGLE_multiview extension
  109. setDataFasterThanImageUpload (D3D workarounds): Enabled: !(isIvyBridge || isBroadwell || isHaswell)
  110. Set data faster than image upload
  111. skipVSConstantRegisterZero (D3D workarounds): Enabled: isNvidia
  112. In specific cases the driver doesn't handle constant register zero correctly
  113. useInstancedPointSpriteEmulation (D3D workarounds): Disabled: isFeatureLevel9_3
  114. Some D3D11 renderers do not support geometry shaders for pointsprite emulation
  115. useSystemMemoryForConstantBuffers (D3D workarounds) 593024: Disabled: isIntel
  116. Copying from staging storage to constant buffer storage does not work
  117. zeroMaxLodWorkaround (D3D workarounds): Disabled: isFeatureLevel9_3
  118. Missing an option to disable mipmaps on a mipmapped texture
  119. DAWN Info
  120.  
  121. <Discrete GPU> D3D12 backend - NVIDIA GeForce RTX 3080
  122. [Default Toggle Names]
  123. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  124. use_d3d12_resource_heap_tier2: https://crbug.com/dawn/27: Enable support for resource heap tier 2. Resource heap tier 2 allows mixing of texture and buffers in the same heap. This allows better heap re-use and reduces fragmentation.
  125. use_d3d12_render_pass: https://crbug.com/dawn/36: Use the D3D12 render pass API introduced in Windows build 1809 by default. On versions of Windows prior to build 1809, or when this toggle is turned off, Dawn will emulate a render pass.
  126. use_d3d12_residency_management: https://crbug.com/dawn/193: Enable residency management. This allows page-in and page-out of resource heaps in GPU memory. This component improves overcommitted performance by keeping the most recently used resources local to the GPU. Turning this component off can cause allocation failures when application memory exceeds physical device memory.
  127. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  128. d3d12_split_buffer_texture_copy_for_rows_per_image_paddings: https://crbug.com/dawn/1289: D3D12 requires more buffer storage than it should when rowsPerImage is greater than copyHeight, which means there are pure padding row(s) on each image. In this situation, the buffer used for B2T/T2B copy might be big enough according to WebGPU's spec but it doesn't meet D3D12's requirement, then we need to workaround it via split the copy operation into two copies, in order to make B2T/T2B copy being done correctly on D3D12.
  129. apply_clear_big_integer_color_value_with_draw: https://crbug.com/dawn/537: Apply the clear value of the color attachment with a draw call when load op is 'clear'. This toggle is enabled by default on D3D12 backends when we set large integer values (> 2^24 or < -2^24 for signed integer formats) as the clear value of a color attachment with 32-bit integer or unsigned integer formats because D3D12 APIs only support using float numbers as clear values, while a float number cannot always precisely represent an integer that is greater than 2^24 or smaller than -2^24). This toggle is also enabled on Intel GPUs on Metal backend due to a driver issue on Intel Metal driver.
  130. [WebGPU Forced Toggles - enabled]
  131. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
  132. [Supported Features]
  133. texture-compression-bc
  134. pipeline-statistics-query
  135. timestamp-query
  136. depth32float-stencil8
  137. indirect-first-instance
  138. rg11b10ufloat-renderable
  139. dawn-internal-usages
  140. multiplanar-formats
  141. dawn-native
  142.  
  143. <CPU> D3D12 backend - Microsoft Basic Render Driver
  144. [Default Toggle Names]
  145. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  146. use_d3d12_resource_heap_tier2: https://crbug.com/dawn/27: Enable support for resource heap tier 2. Resource heap tier 2 allows mixing of texture and buffers in the same heap. This allows better heap re-use and reduces fragmentation.
  147. use_d3d12_render_pass: https://crbug.com/dawn/36: Use the D3D12 render pass API introduced in Windows build 1809 by default. On versions of Windows prior to build 1809, or when this toggle is turned off, Dawn will emulate a render pass.
  148. use_d3d12_residency_management: https://crbug.com/dawn/193: Enable residency management. This allows page-in and page-out of resource heaps in GPU memory. This component improves overcommitted performance by keeping the most recently used resources local to the GPU. Turning this component off can cause allocation failures when application memory exceeds physical device memory.
  149. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  150. d3d12_split_buffer_texture_copy_for_rows_per_image_paddings: https://crbug.com/dawn/1289: D3D12 requires more buffer storage than it should when rowsPerImage is greater than copyHeight, which means there are pure padding row(s) on each image. In this situation, the buffer used for B2T/T2B copy might be big enough according to WebGPU's spec but it doesn't meet D3D12's requirement, then we need to workaround it via split the copy operation into two copies, in order to make B2T/T2B copy being done correctly on D3D12.
  151. apply_clear_big_integer_color_value_with_draw: https://crbug.com/dawn/537: Apply the clear value of the color attachment with a draw call when load op is 'clear'. This toggle is enabled by default on D3D12 backends when we set large integer values (> 2^24 or < -2^24 for signed integer formats) as the clear value of a color attachment with 32-bit integer or unsigned integer formats because D3D12 APIs only support using float numbers as clear values, while a float number cannot always precisely represent an integer that is greater than 2^24 or smaller than -2^24). This toggle is also enabled on Intel GPUs on Metal backend due to a driver issue on Intel Metal driver.
  152. [WebGPU Forced Toggles - enabled]
  153. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
  154. [Supported Features]
  155. texture-compression-bc
  156. pipeline-statistics-query
  157. timestamp-query
  158. depth32float-stencil8
  159. indirect-first-instance
  160. rg11b10ufloat-renderable
  161. dawn-internal-usages
  162. multiplanar-formats
  163. dawn-native
  164.  
  165. <Discrete GPU> Vulkan backend - NVIDIA GeForce RTX 3080
  166. [Default Toggle Names]
  167. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  168. use_temporary_buffer_in_texture_to_texture_copy: https://crbug.com/dawn/42: Split texture-to-texture copy into two copies: copy from source texture into a temporary buffer, and copy from the temporary buffer into the destination texture when copying between compressed textures that don't have block-aligned sizes. This workaround is enabled by default on all Vulkan drivers to solve an issue in the Vulkan SPEC about the texture-to-texture copies with compressed formats. See #1005 (https://github.com/KhronosGroup/Vulkan-Docs/issues/1005) for more details.
  169. vulkan_use_d32s8: https://crbug.com/dawn/286: Vulkan mandates support of either D32_FLOAT_S8 or D24_UNORM_S8. When available the backend will use D32S8 (toggle to on) but setting the toggle to off will make it use the D24S8 format when possible.
  170. vulkan_use_s8: https://crbug.com/dawn/666: Vulkan has a pure stencil8 format but it is not universally available. When this toggle is on, the backend will use S8 for the stencil8 format, otherwise it will fallback to D32S8 or D24S8.
  171. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  172. use_vulkan_zero_initialize_workgroup_memory_extension: https://crbug.com/dawn/1302: Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan extension VK_KHR_zero_initialize_workgroup_memory is supported.
  173. [WebGPU Forced Toggles - enabled]
  174. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
  175. [Supported Features]
  176. texture-compression-bc
  177. pipeline-statistics-query
  178. timestamp-query
  179. depth-clip-control
  180. depth32float-stencil8
  181. chromium-experimental-dp4a
  182. indirect-first-instance
  183. rg11b10ufloat-renderable
  184. dawn-internal-usages
  185. dawn-native
  186.  
  187. <CPU> Vulkan backend - SwiftShader Device (Subzero)
  188. [Default Toggle Names]
  189. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  190. use_temporary_buffer_in_texture_to_texture_copy: https://crbug.com/dawn/42: Split texture-to-texture copy into two copies: copy from source texture into a temporary buffer, and copy from the temporary buffer into the destination texture when copying between compressed textures that don't have block-aligned sizes. This workaround is enabled by default on all Vulkan drivers to solve an issue in the Vulkan SPEC about the texture-to-texture copies with compressed formats. See #1005 (https://github.com/KhronosGroup/Vulkan-Docs/issues/1005) for more details.
  191. vulkan_use_d32s8: https://crbug.com/dawn/286: Vulkan mandates support of either D32_FLOAT_S8 or D24_UNORM_S8. When available the backend will use D32S8 (toggle to on) but setting the toggle to off will make it use the D24S8 format when possible.
  192. vulkan_use_s8: https://crbug.com/dawn/666: Vulkan has a pure stencil8 format but it is not universally available. When this toggle is on, the backend will use S8 for the stencil8 format, otherwise it will fallback to D32S8 or D24S8.
  193. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  194. use_vulkan_zero_initialize_workgroup_memory_extension: https://crbug.com/dawn/1302: Initialize workgroup memory with OpConstantNull on Vulkan when the Vulkan extension VK_KHR_zero_initialize_workgroup_memory is supported.
  195. [WebGPU Forced Toggles - enabled]
  196. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
  197. [Supported Features]
  198. texture-compression-bc
  199. texture-compression-etc2
  200. texture-compression-astc
  201. timestamp-query
  202. depth-clip-control
  203. depth32float-stencil8
  204. indirect-first-instance
  205. rg11b10ufloat-renderable
  206. dawn-internal-usages
  207. dawn-native
  208. Version Information
  209. Data exported
  210. 2023-02-05T01:22:16.351Z
  211. Chrome version
  212. Chrome/108.0.5359.216
  213. Operating system
  214. Windows NT 10.0.19044
  215. Software rendering list URL
  216. https://chromium.googlesource.com/chromium/src/+/b56dd1a70b55d8e27010fe3236eece443fe6b6af/gpu/config/software_rendering_list.json
  217. Driver bug list URL
  218. https://chromium.googlesource.com/chromium/src/+/b56dd1a70b55d8e27010fe3236eece443fe6b6af/gpu/config/gpu_driver_bug_list.json
  219. ANGLE commit id
  220. unknown hash
  221. 2D graphics backend
  222. Skia/108 8c5e09f079a3e8eeb97532cf1cbc6e0934ce40f7
  223. Command Line
  224. "C:\Users\peter\AppData\Local\Vivaldi\Application\vivaldi.exe" --flag-switches-begin --flag-switches-end --save-page-as-mhtml
  225. Driver Information
  226. Initialization time
  227. 149
  228. In-process GPU
  229. false
  230. Passthrough Command Decoder
  231. true
  232. Sandboxed
  233. true
  234. GPU0
  235. VENDOR= 0x10de, DEVICE=0x2206, SUBSYS=0x404b1458, REV=161, LUID={0,73453}, DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=31.0.15.2756 *ACTIVE*
  236. GPU1
  237. VENDOR= 0x1414, DEVICE=0x008c, LUID={0,77101}, DRIVER_VERSION=10.0.19041.2075
  238. Optimus
  239. false
  240. AMD switchable
  241. false
  242. Desktop compositing
  243. Aero Glass
  244. Direct composition
  245. true
  246. Supports overlays
  247. true
  248. YUY2 overlay support
  249. SCALING
  250. NV12 overlay support
  251. SCALING
  252. BGRA8 overlay support
  253. SOFTWARE
  254. RGB10A2 overlay support
  255. SOFTWARE
  256. Diagonal Monitor Size of \\.\DISPLAY2
  257. 23.7"
  258. Diagonal Monitor Size of \\.\DISPLAY1
  259. 26.9"
  260. Diagonal Monitor Size of \\.\DISPLAY3
  261. 26.9"
  262. Diagonal Monitor Size of \\.\DISPLAY4
  263. 23.7"
  264. Driver D3D12 feature level
  265. D3D 12.1
  266. Driver Vulkan API version
  267. Vulkan API 1.3.0
  268. GPU CUDA compute capability major version
  269. 0
  270. Pixel shader version
  271. 5.0
  272. Vertex shader version
  273. 5.0
  274. Max. MSAA samples
  275. 8
  276. Machine model name
  277. Machine model version
  278. GL_VENDOR
  279. Google Inc. (NVIDIA)
  280. GL_RENDERER
  281. ANGLE (NVIDIA, NVIDIA GeForce RTX 3080 Direct3D11 vs_5_0 ps_5_0, D3D11-31.0.15.2756)
  282. GL_VERSION
  283. OpenGL ES 2.0.0 (ANGLE 2.1.0 git hash: unknown hash)
  284. GL_EXTENSIONS
  285. GL_AMD_performance_monitor GL_ANGLE_base_vertex_base_instance GL_ANGLE_base_vertex_base_instance_shader_builtin GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_base_instance GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multi_draw_indirect GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_texture_type_2_10_10_10_REV GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture
  286. Disabled Extensions
  287. GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
  288. Disabled WebGL Extensions
  289. Window system binding vendor
  290. Google Inc. (NVIDIA)
  291. Window system binding version
  292. 1.5 (ANGLE 2.1.0 git hash: unknown hash)
  293. Window system binding extensions
  294. EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync
  295. Direct rendering version
  296. unknown
  297. Reset notification strategy
  298. 0x8252
  299. GPU process crash count
  300. 0
  301. gfx::BufferFormats supported for allocation and texturing
  302. R_8: not supported, R_16: not supported, RG_88: not supported, RG_1616: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRA_1010102: not supported, RGBA_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported
  303. Compositor Information
  304. Tile Update Mode
  305. One-copy
  306. Partial Raster
  307. Enabled
  308. GpuMemoryBuffers Status
  309. R_8
  310. Software only
  311. R_16
  312. Software only
  313. RG_88
  314. Software only
  315. RG_1616
  316. Software only
  317. BGR_565
  318. Software only
  319. RGBA_4444
  320. Software only
  321. RGBX_8888
  322. GPU_READ, SCANOUT
  323. RGBA_8888
  324. GPU_READ, SCANOUT
  325. BGRX_8888
  326. Software only
  327. BGRA_1010102
  328. Software only
  329. RGBA_1010102
  330. Software only
  331. BGRA_8888
  332. Software only
  333. RGBA_F16
  334. Software only
  335. YVU_420
  336. Software only
  337. YUV_420_BIPLANAR
  338. GPU_READ, SCANOUT
  339. P010
  340. Software only
  341. Display(s) Information
  342. Info
  343. Display[2528732444] bounds=[0,0 2560x1440], workarea=[0,0 2560x1400], scale=1, rotation=0, panel_rotation=0 external.
  344. Color space (sRGB/no-alpha)
  345. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  346. Buffer format (sRGB/no-alpha)
  347. BGRX_8888
  348. Color space (sRGB/alpha)
  349. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  350. Buffer format (sRGB/alpha)
  351. BGRA_8888
  352. Color space (WCG/no-alpha)
  353. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  354. Buffer format (WCG/no-alpha)
  355. BGRX_8888
  356. Color space (WCG/alpha)
  357. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  358. Buffer format (WCG/alpha)
  359. BGRA_8888
  360. Color space (HDR/no-alpha)
  361. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  362. Buffer format (HDR/no-alpha)
  363. BGRX_8888
  364. Color space (HDR/alpha)
  365. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  366. Buffer format (HDR/alpha)
  367. BGRA_8888
  368. Color volume
  369. {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.3300], w:[0.3127, 0.3290]}
  370. SDR white level in nits
  371. 203
  372. HDR relative maximum luminance
  373. 1
  374. Bits per color component
  375. 8
  376. Bits per pixel
  377. 24
  378. Refresh Rate in Hz
  379. 144
  380. Info
  381. Display[2779098405] bounds=[-1920,360 1920x1080], workarea=[-1920,360 1920x1040], scale=1, rotation=0, panel_rotation=0 external.
  382. Color space (sRGB/no-alpha)
  383. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  384. Buffer format (sRGB/no-alpha)
  385. BGRX_8888
  386. Color space (sRGB/alpha)
  387. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  388. Buffer format (sRGB/alpha)
  389. BGRA_8888
  390. Color space (WCG/no-alpha)
  391. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  392. Buffer format (WCG/no-alpha)
  393. BGRX_8888
  394. Color space (WCG/alpha)
  395. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  396. Buffer format (WCG/alpha)
  397. BGRA_8888
  398. Color space (HDR/no-alpha)
  399. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  400. Buffer format (HDR/no-alpha)
  401. BGRX_8888
  402. Color space (HDR/alpha)
  403. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  404. Buffer format (HDR/alpha)
  405. BGRA_8888
  406. Color volume
  407. {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.3300], w:[0.3127, 0.3290]}
  408. SDR white level in nits
  409. 203
  410. HDR relative maximum luminance
  411. 1
  412. Bits per color component
  413. 8
  414. Bits per pixel
  415. 24
  416. Refresh Rate in Hz
  417. 60
  418. Info
  419. Display[2841568472] bounds=[2560,-739 1440x2560], workarea=[2560,-739 1440x2520], scale=1, rotation=90, panel_rotation=90 external.
  420. Color space (sRGB/no-alpha)
  421. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  422. Buffer format (sRGB/no-alpha)
  423. BGRX_8888
  424. Color space (sRGB/alpha)
  425. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  426. Buffer format (sRGB/alpha)
  427. BGRA_8888
  428. Color space (WCG/no-alpha)
  429. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  430. Buffer format (WCG/no-alpha)
  431. BGRX_8888
  432. Color space (WCG/alpha)
  433. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  434. Buffer format (WCG/alpha)
  435. BGRA_8888
  436. Color space (HDR/no-alpha)
  437. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  438. Buffer format (HDR/no-alpha)
  439. BGRX_8888
  440. Color space (HDR/alpha)
  441. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  442. Buffer format (HDR/alpha)
  443. BGRA_8888
  444. Color volume
  445. {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.3300], w:[0.3127, 0.3290]}
  446. SDR white level in nits
  447. 203
  448. HDR relative maximum luminance
  449. 1
  450. Bits per color component
  451. 8
  452. Bits per pixel
  453. 24
  454. Refresh Rate in Hz
  455. 59
  456. Info
  457. Display[2480450848] bounds=[-1920,-720 1920x1080], workarea=[-1920,-720 1920x1040], scale=1, rotation=0, panel_rotation=0 external.
  458. Color space (sRGB/no-alpha)
  459. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  460. Buffer format (sRGB/no-alpha)
  461. BGRX_8888
  462. Color space (sRGB/alpha)
  463. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  464. Buffer format (sRGB/alpha)
  465. BGRA_8888
  466. Color space (WCG/no-alpha)
  467. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  468. Buffer format (WCG/no-alpha)
  469. BGRX_8888
  470. Color space (WCG/alpha)
  471. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  472. Buffer format (WCG/alpha)
  473. BGRA_8888
  474. Color space (HDR/no-alpha)
  475. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  476. Buffer format (HDR/no-alpha)
  477. BGRX_8888
  478. Color space (HDR/alpha)
  479. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  480. Buffer format (HDR/alpha)
  481. BGRA_8888
  482. Color volume
  483. {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.3300], w:[0.3127, 0.3290]}
  484. SDR white level in nits
  485. 203
  486. HDR relative maximum luminance
  487. 1
  488. Bits per color component
  489. 8
  490. Bits per pixel
  491. 24
  492. Refresh Rate in Hz
  493. 60
  494. Video Acceleration Information
  495. Decoding
  496. Decode h264 baseline
  497. 64x64 to 4096x4096 pixels
  498. Decode h264 main
  499. 64x64 to 4096x4096 pixels
  500. Decode h264 high
  501. 64x64 to 4096x4096 pixels
  502. Decode vp9 profile0
  503. 64x64 to 8192x8192 pixels
  504. Decode vp9 profile2
  505. 64x64 to 8192x8192 pixels
  506. Decode hevc main
  507. 64x64 to 8192x8192 pixels
  508. Decode hevc main 10
  509. 64x64 to 8192x8192 pixels
  510. Decode av1 profile main
  511. 64x64 to 8192x8192 pixels
  512. Encoding
  513. Encode h264 baseline
  514. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  515. Encode h264 main
  516. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  517. Encode h264 high
  518. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  519. Vulkan Information
  520. Device Performance Information
  521. Total Physical Memory (Gb)
  522. 31
  523. Total Disk Space (Gb)
  524. 930
  525. Hardware Concurrency
  526. 16
  527. System Commit Limit (Gb)
  528. 36
  529. D3D11 Feature Level
  530. 12_1
  531. Has Discrete GPU
  532. yes
  533. Software Rendering
  534. No
  535. Diagnostics
  536. Log Messages
  537. [17852:17976:0205/121958.991:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  538. [17852:17976:0205/121958.991:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  539. [17852:17976:0205/121958.991:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  540. [17852:17976:0205/121958.991:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  541. [17852:17976:0205/121958.991:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  542. [17852:17976:0205/121958.991:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  543. [17852:17976:0205/121958.991:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  544. [17852:17976:0205/121958.991:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  545. [17852:17976:0205/121958.995:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  546. [17852:17976:0205/121958.996:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  547. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  548. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  549. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  550. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  551. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  552. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  553. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  554. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  555. [17852:17976:0205/121958.998:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  556. [17852:17976:0205/121959.002:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  557. [17852:17976:0205/121959.004:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  558. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  559. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  560. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  561. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  562. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  563. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  564. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  565. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  566. [17852:17976:0205/121959.005:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  567. [17852:17976:0205/121959.009:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  568. [17852:17976:0205/121959.010:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  569. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  570. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  571. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  572. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  573. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  574. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  575. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  576. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  577. [17852:17976:0205/121959.012:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  578. [17852:17976:0205/121959.016:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  579. [17852:17976:0205/121959.017:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  580. [17852:17976:0205/121959.018:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  581. [17852:17976:0205/121959.018:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  582. [17852:17976:0205/121959.018:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  583. [17852:17976:0205/121959.018:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  584. [17852:17976:0205/121959.018:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  585. [17852:17976:0205/121959.018:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  586. [17852:17976:0205/121959.018:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  587. [17852:17976:0205/121959.019:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  588. [17852:17976:0205/121959.019:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00004338003B8000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  589. [17852:17976:0205/121959.023:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  590. [17852:17976:0205/121959.024:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  591. [17852:17976:0205/121959.025:ERROR:logger.cc(46)] : Too many GL errors, not reporting any more for this context. use --disable-gl-error-limit to see all errors.
  592. [17852:17976:0205/121959.030:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  593. [17852:17976:0205/121959.031:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  594. [17852:17976:0205/121959.037:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  595. [17852:17976:0205/121959.038:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  596. [17852:17976:0205/121959.044:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  597. [17852:17976:0205/121959.045:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  598. [17852:17976:0205/121959.051:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  599. [17852:17976:0205/121959.052:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  600. [17852:17976:0205/121959.058:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  601. [17852:17976:0205/121959.059:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  602. [17852:17976:0205/121959.065:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  603. [17852:17976:0205/121959.066:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  604. [17852:17976:0205/121959.072:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  605. [17852:17976:0205/121959.073:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  606. [17852:17976:0205/121959.079:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  607. [17852:17976:0205/121959.080:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  608. [17852:17976:0205/121959.086:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  609. [17852:17976:0205/121959.087:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  610. [17852:17976:0205/121959.093:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  611. [17852:17976:0205/121959.094:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  612. [17852:17976:0205/121959.099:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  613. [17852:17976:0205/121959.101:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  614. [17852:17976:0205/121959.106:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  615. [17852:17976:0205/121959.108:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  616. [17852:17976:0205/121959.113:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  617. [17852:17976:0205/121959.115:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  618. [17852:17976:0205/121959.120:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  619. [17852:17976:0205/121959.121:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  620. [17852:17976:0205/121959.127:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  621. [17852:17976:0205/121959.128:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  622. [17852:17976:0205/121959.733:ERROR:gl_utils.cc(315)] : [.RendererMainThread-00004338003B9C00] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
  623. [17852:17976:0205/122010.020:ERROR:shared_image_manager.cc(178)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
  624. [17852:17976:0205/122010.021:ERROR:gl_utils.cc(315)] : [.RendererMainThread-00003DE8003B1C00] GL_INVALID_OPERATION: invalid mailbox name.
  625. [17852:17976:0205/122010.021:ERROR:gl_utils.cc(315)] : [.RendererMainThread-00003DE8003B1C00] GL_INVALID_OPERATION: texture is not a shared image
  626. [17852:17976:0205/122010.022:ERROR:gl_utils.cc(315)] : [.RendererMainThread-00003DE8003B1C00] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  627. [17852:17976:0205/122010.022:ERROR:gl_utils.cc(315)] : [.RendererMainThread-00003DE8003B1C00] GL_INVALID_OPERATION: Framebuffer is incomplete: No attachments and default size is zero.
  628. [17852:17976:0205/122010.022:ERROR:gl_utils.cc(315)] : [.RendererMainThread-00003DE8003B1C00] GL_INVALID_OPERATION: Framebuffer is incomplete: No attachments and default size is zero.
  629. [17852:17976:0205/122010.100:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  630. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  631. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  632. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  633. [17852:17976:0205/122010.100:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  634. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  635. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  636. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  637. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  638. [17852:17976:0205/122010.100:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  639. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  640. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  641. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  642. [17852:17976:0205/122010.100:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  643. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  644. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  645. [17852:17976:0205/122010.100:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  646. [17852:17976:0205/122010.106:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  647. [17852:17976:0205/122010.108:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  648. [17852:17976:0205/122010.110:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  649. [17852:17976:0205/122010.111:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  650. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3308)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM: serialization failure
  651. [17852:17976:0205/122010.227:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  652. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  653. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  654. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  655. [17852:17976:0205/122010.227:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  656. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  657. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  658. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  659. [17852:17976:0205/122010.227:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  660. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  661. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  662. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  663. [17852:17976:0205/122010.227:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  664. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  665. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  666. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  667. [17852:17976:0205/122010.227:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  668. [17852:17976:0205/122010.227:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  669. [17852:17976:0205/122010.228:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  670. [17852:17976:0205/122010.228:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  671. [17852:17976:0205/122010.228:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  672. [17852:17976:0205/122010.229:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  673. [17852:17976:0205/122010.230:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  674. [17852:17976:0205/122010.232:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  675. [17852:17976:0205/122010.233:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  676. [17852:17976:0205/122010.234:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  677. [17852:17976:0205/122010.234:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  678. [17852:17976:0205/122010.235:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  679. [17852:17976:0205/122010.235:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  680. [17852:17976:0205/122010.235:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  681. [17852:17976:0205/122010.235:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  682. [17852:17976:0205/122010.236:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  683. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  684. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  685. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  686. [17852:17976:0205/122010.236:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  687. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  688. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  689. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  690. [17852:17976:0205/122010.236:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  691. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  692. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  693. [17852:17976:0205/122010.236:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  694. [17852:17976:0205/122010.236:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  695. [17852:17976:0205/122010.237:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  696. [17852:17976:0205/122010.239:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  697. [17852:17976:0205/122010.241:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  698. [17852:17976:0205/122010.242:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  699. [17852:17976:0205/122010.265:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  700. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  701. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  702. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  703. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  704. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  705. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  706. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  707. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  708. [17852:17976:0205/122010.265:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  709. [17852:17976:0205/122010.266:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  710. [17852:17976:0205/122010.267:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  711. [17852:17976:0205/122010.268:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (64, 64)
  712. [17852:17976:0205/122010.415:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  713. [17852:17976:0205/122010.415:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  714. [17852:17976:0205/122010.415:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  715. [17852:17976:0205/122010.419:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  716. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  717. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  718. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  719. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  720. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  721. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  722. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  723. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  724. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  725. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  726. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  727. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  728. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  729. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  730. [17852:17976:0205/122010.457:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  731. [17852:17976:0205/122010.457:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  732. [17852:17976:0205/122010.459:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  733. [17852:17976:0205/122010.460:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  734. [17852:17976:0205/122010.461:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  735. [17852:17976:0205/122010.462:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  736. [17852:17976:0205/122010.463:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  737. [17852:17976:0205/122010.463:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  738. [17852:17976:0205/122010.464:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  739. [17852:17976:0205/122010.464:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  740. [17852:17976:0205/122010.464:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  741. [17852:17976:0205/122010.465:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  742. [17852:17976:0205/122010.465:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  743. [17852:17976:0205/122010.465:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  744. [17852:17976:0205/122010.465:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  745. [17852:17976:0205/122010.465:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  746. [17852:17976:0205/122010.465:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  747. [17852:17976:0205/122010.465:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  748. [17852:17976:0205/122010.466:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  749. [17852:17976:0205/122010.468:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  750. [17852:17976:0205/122010.468:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  751. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  752. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  753. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  754. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  755. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  756. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  757. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  758. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  759. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  760. [17852:17976:0205/122010.469:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  761. [17852:17976:0205/122010.470:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  762. [17852:17976:0205/122010.471:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  763. [17852:17976:0205/122010.472:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  764. [17852:17976:0205/122010.472:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  765. [17852:17976:0205/122010.479:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  766. [17852:17976:0205/122010.479:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  767. [17852:17976:0205/122010.480:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  768. [17852:17976:0205/122010.480:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  769. [17852:17976:0205/122010.480:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  770. [17852:17976:0205/122010.480:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  771. [17852:17976:0205/122010.480:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  772. [17852:17976:0205/122010.480:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  773. [17852:17976:0205/122010.480:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  774. [17852:17976:0205/122010.480:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  775. [17852:17976:0205/122010.481:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  776. [17852:17976:0205/122010.482:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  777. [17852:17976:0205/122010.482:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  778. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  779. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  780. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  781. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  782. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  783. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  784. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  785. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  786. [17852:17976:0205/122010.483:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  787. [17852:17976:0205/122010.485:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  788. [17852:17976:0205/122010.486:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  789. [17852:17976:0205/122010.487:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  790. [17852:17976:0205/122010.487:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  791. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  792. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  793. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  794. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  795. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  796. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  797. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  798. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  799. [17852:17976:0205/122010.489:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  800. [17852:17976:0205/122010.489:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  801. [17852:17976:0205/122010.490:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  802. [17852:17976:0205/122010.491:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  803. [17852:17976:0205/122010.491:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  804. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  805. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  806. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  807. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  808. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  809. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  810. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  811. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  812. [17852:17976:0205/122010.497:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  813. [17852:17976:0205/122010.497:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  814. [17852:17976:0205/122010.498:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  815. [17852:17976:0205/122010.499:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  816. [17852:17976:0205/122010.499:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  817. [17852:17976:0205/122010.501:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  818. [17852:17976:0205/122010.501:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  819. [17852:17976:0205/122010.501:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  820. [17852:17976:0205/122010.501:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  821. [17852:17976:0205/122010.501:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  822. [17852:17976:0205/122010.501:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  823. [17852:17976:0205/122010.501:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  824. [17852:17976:0205/122010.502:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  825. [17852:17976:0205/122010.502:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  826. [17852:17976:0205/122010.502:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  827. [17852:17976:0205/122010.502:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  828. [17852:17976:0205/122010.502:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  829. [17852:17976:0205/122010.503:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  830. [17852:17976:0205/122010.504:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  831. [17852:17976:0205/122010.505:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  832. [17852:17976:0205/122010.505:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  833. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  834. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  835. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  836. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  837. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  838. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  839. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  840. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  841. [17852:17976:0205/122010.506:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  842. [17852:17976:0205/122010.509:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  843. [17852:17976:0205/122010.510:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  844. [17852:17976:0205/122010.511:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  845. [17852:17976:0205/122010.512:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  846. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  847. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  848. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  849. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  850. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  851. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  852. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  853. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  854. [17852:17976:0205/122010.513:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  855. [17852:17976:0205/122010.516:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  856. [17852:17976:0205/122010.517:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  857. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  858. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  859. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  860. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  861. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  862. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  863. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  864. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  865. [17852:17976:0205/122010.519:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  866. [17852:17976:0205/122010.523:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  867. [17852:17976:0205/122010.524:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  868. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  869. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  870. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  871. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  872. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  873. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  874. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  875. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  876. [17852:17976:0205/122010.526:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  877. [17852:17976:0205/122010.530:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  878. [17852:17976:0205/122010.531:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  879. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  880. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  881. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  882. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  883. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  884. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  885. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  886. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  887. [17852:17976:0205/122010.535:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  888. [17852:17976:0205/122010.537:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  889. [17852:17976:0205/122010.538:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  890. [17852:17976:0205/122010.539:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  891. [17852:17976:0205/122010.539:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  892. [17852:17976:0205/122010.539:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  893. [17852:17976:0205/122010.539:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  894. [17852:17976:0205/122010.539:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  895. [17852:17976:0205/122010.539:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  896. [17852:17976:0205/122010.540:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  897. [17852:17976:0205/122010.540:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  898. [17852:17976:0205/122010.540:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  899. [17852:17976:0205/122010.544:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  900. [17852:17976:0205/122010.545:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  901. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  902. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  903. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  904. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  905. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  906. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  907. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  908. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  909. [17852:17976:0205/122010.547:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  910. [17852:17976:0205/122010.551:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  911. [17852:17976:0205/122010.552:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  912. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  913. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  914. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  915. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  916. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  917. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  918. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  919. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  920. [17852:17976:0205/122010.553:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  921. [17852:17976:0205/122010.558:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  922. [17852:17976:0205/122010.559:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  923. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  924. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  925. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  926. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  927. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  928. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  929. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  930. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  931. [17852:17976:0205/122010.560:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  932. [17852:17976:0205/122010.564:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  933. [17852:17976:0205/122010.566:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  934. [17852:17976:0205/122010.567:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  935. [17852:17976:0205/122010.567:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  936. [17852:17976:0205/122010.567:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  937. [17852:17976:0205/122010.567:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  938. [17852:17976:0205/122010.567:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  939. [17852:17976:0205/122010.567:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  940. [17852:17976:0205/122010.568:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  941. [17852:17976:0205/122010.568:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  942. [17852:17976:0205/122010.568:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  943. [17852:17976:0205/122010.571:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  944. [17852:17976:0205/122010.573:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  945. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  946. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  947. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  948. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  949. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  950. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  951. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  952. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  953. [17852:17976:0205/122010.574:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  954. [17852:17976:0205/122010.578:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  955. [17852:17976:0205/122010.580:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  956. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  957. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  958. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  959. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  960. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  961. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  962. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  963. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  964. [17852:17976:0205/122010.581:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  965. [17852:17976:0205/122010.585:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  966. [17852:17976:0205/122010.586:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  967. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  968. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  969. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  970. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  971. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  972. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  973. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  974. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  975. [17852:17976:0205/122010.588:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  976. [17852:17976:0205/122010.592:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  977. [17852:17976:0205/122010.593:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  978. [17852:17976:0205/122010.595:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  979. [17852:17976:0205/122010.595:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  980. [17852:17976:0205/122010.595:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  981. [17852:17976:0205/122010.595:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00003DE8003B0000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  982. [17852:17976:0205/122010.595:ERROR:logger.cc(46)] : Too many GL errors, not reporting any more for this context. use --disable-gl-error-limit to see all errors.
  983. [17852:17976:0205/122010.599:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  984. [17852:17976:0205/122010.600:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  985. [17852:17976:0205/122010.606:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  986. [17852:17976:0205/122010.607:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  987. [17852:17976:0205/122010.613:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  988. [17852:17976:0205/122010.614:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  989. [17852:17976:0205/122010.620:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  990. [17852:17976:0205/122010.621:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  991. [17852:17976:0205/122010.627:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  992. [17852:17976:0205/122010.628:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  993. [17852:17976:0205/122010.634:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  994. [17852:17976:0205/122010.635:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  995. [17852:17976:0205/122010.641:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  996. [17852:17976:0205/122010.642:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  997. [17852:17976:0205/122010.648:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  998. [17852:17976:0205/122010.649:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  999. [17852:17976:0205/122010.655:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1000. [17852:17976:0205/122010.656:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1001. [17852:17976:0205/122010.662:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1002. [17852:17976:0205/122010.663:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1003. [17852:17976:0205/122010.671:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1004. [17852:17976:0205/122010.672:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1005. [17852:17976:0205/122010.673:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1006. [17852:17976:0205/122010.676:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1007. [17852:17976:0205/122010.677:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1008. [17852:17976:0205/122010.683:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1009. [17852:17976:0205/122010.684:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1010. [17852:17976:0205/122010.690:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1011. [17852:17976:0205/122010.691:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1012. [17852:17976:0205/122010.692:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1013. [17852:17976:0205/122010.696:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1014. [17852:17976:0205/122010.698:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1015. [17852:17976:0205/122010.738:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1016. [17852:17976:0205/122010.746:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1017. [17852:17976:0205/122010.752:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1018. [17852:17976:0205/122010.759:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1019. [17852:17976:0205/122010.787:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1020. [17852:17976:0205/122010.814:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1021. [17852:17976:0205/122010.842:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1022. [17852:17976:0205/122010.850:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1023. [17852:17976:0205/122010.857:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1024. [17852:17976:0205/122010.858:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1025. [17852:17976:0205/122010.864:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1026. [17852:17976:0205/122010.871:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1027. [17852:17976:0205/122010.877:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1028. [17852:17976:0205/122011.030:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1029. [17852:17976:0205/122011.036:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1030. [17852:17976:0205/122011.044:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1031. [17852:17976:0205/122011.058:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1032. [17852:17976:0205/122011.078:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1033. [17852:17976:0205/122011.092:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1034. [17852:17976:0205/122011.100:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1035. [17852:17976:0205/122011.106:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1036. [17852:17976:0205/122011.114:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1037. [17852:17976:0205/122011.120:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1038. [17852:17976:0205/122011.127:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1039. [17852:17976:0205/122011.162:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1040. [17852:17976:0205/122011.169:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1041. [17852:17976:0205/122011.189:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1042. [17852:17976:0205/122011.197:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1043. [17852:17976:0205/122011.198:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1044. [17852:17976:0205/122011.211:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1045. [17852:17976:0205/122011.217:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1046. [17852:17976:0205/122011.225:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1047. [17852:17976:0205/122011.231:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1048. [17852:17976:0205/122011.239:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1049. [17852:17976:0205/122011.246:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1050. [17852:17976:0205/122011.247:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1051. [17852:17976:0205/122011.248:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1052. [17852:17976:0205/122011.253:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1053. [17852:17976:0205/122011.259:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1054. [17852:17976:0205/122011.267:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1055. [17852:17976:0205/122011.274:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1056. [17852:17976:0205/122011.275:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1057. [17852:17976:0205/122011.276:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1058. [17852:17976:0205/122011.278:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  1059. [17852:17976:0205/122011.280:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1060. [17852:17976:0205/122011.295:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1061. [17852:17976:0205/122011.301:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1062. [17852:17976:0205/122011.309:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1063. [17852:17976:0205/122011.315:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1064. [17852:17976:0205/122011.329:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1065. [17852:17976:0205/122011.593:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1066. [17852:17976:0205/122011.600:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1067. [17852:17976:0205/122011.607:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1068. [17852:17976:0205/122011.621:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1069. [17852:17976:0205/122011.635:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1070. [17852:17976:0205/122011.656:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1071. [17852:17976:0205/122012.661:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1072. [17852:17976:0205/122012.662:ERROR:gl_utils.cc(315)] : [.RendererMainThread-00003DE8003B1C00] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
  1073. [17852:17976:0205/122206.782:ERROR:shared_image_manager.cc(178)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
  1074. [17852:17976:0205/122206.782:ERROR:gl_utils.cc(315)] : [.RendererMainThread-0000671400395C00] GL_INVALID_OPERATION: invalid mailbox name.
  1075. [17852:17976:0205/122206.782:ERROR:gl_utils.cc(315)] : [.RendererMainThread-0000671400395C00] GL_INVALID_OPERATION: texture is not a shared image
  1076. [17852:17976:0205/122206.784:ERROR:gl_utils.cc(315)] : [.RendererMainThread-0000671400395C00] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  1077. [17852:17976:0205/122206.784:ERROR:gl_utils.cc(315)] : [.RendererMainThread-0000671400395C00] GL_INVALID_OPERATION: Framebuffer is incomplete: No attachments and default size is zero.
  1078. [17852:17976:0205/122206.784:ERROR:gl_utils.cc(315)] : [.RendererMainThread-0000671400395C00] GL_INVALID_OPERATION: Framebuffer is incomplete: No attachments and default size is zero.
  1079. [17852:17976:0205/122206.857:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1080. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1081. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1082. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1083. [17852:17976:0205/122206.857:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1084. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1085. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1086. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1087. [17852:17976:0205/122206.857:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1088. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1089. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1090. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1091. [17852:17976:0205/122206.857:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1092. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1093. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1094. [17852:17976:0205/122206.857:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1095. [17852:17976:0205/122206.863:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1096. [17852:17976:0205/122206.865:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1097. [17852:17976:0205/122206.867:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1098. [17852:17976:0205/122206.868:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  1099. [17852:17976:0205/122206.985:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1100. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1101. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1102. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1103. [17852:17976:0205/122206.985:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1104. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1105. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1106. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1107. [17852:17976:0205/122206.985:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1108. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1109. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1110. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1111. [17852:17976:0205/122206.985:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1112. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1113. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1114. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1115. [17852:17976:0205/122206.985:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1116. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1117. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1118. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1119. [17852:17976:0205/122206.985:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1120. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1121. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1122. [17852:17976:0205/122206.985:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1123. [17852:17976:0205/122206.985:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1124. [17852:17976:0205/122206.987:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1125. [17852:17976:0205/122206.988:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1126. [17852:17976:0205/122206.990:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1127. [17852:17976:0205/122206.991:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  1128. [17852:17976:0205/122206.992:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1129. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1130. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1131. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1132. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1133. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1134. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1135. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1136. [17852:17976:0205/122207.023:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1137. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1138. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1139. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1140. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1141. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1142. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1143. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1144. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1145. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1146. [17852:17976:0205/122207.023:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1147. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1148. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1149. [17852:17976:0205/122207.023:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1150. [17852:17976:0205/122207.023:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1151. [17852:17976:0205/122207.025:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1152. [17852:17976:0205/122207.026:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1153. [17852:17976:0205/122207.028:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1154. [17852:17976:0205/122207.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1155. [17852:17976:0205/122207.029:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  1156. [17852:17976:0205/122207.184:ERROR:raster_decoder.cc(3308)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM: serialization failure
  1157. [17852:17976:0205/122207.188:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1158. [17852:17976:0205/122207.188:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1159. [17852:17976:0205/122207.188:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1160. [17852:17976:0205/122207.191:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1161. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1162. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1163. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1164. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1165. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1166. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1167. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1168. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1169. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1170. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1171. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1172. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1173. [17852:17976:0205/122207.224:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1174. [17852:17976:0205/122207.225:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1175. [17852:17976:0205/122207.225:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1176. [17852:17976:0205/122207.225:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1177. [17852:17976:0205/122207.226:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1178. [17852:17976:0205/122207.227:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1179. [17852:17976:0205/122207.228:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1180. [17852:17976:0205/122207.229:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  1181. [17852:17976:0205/122207.230:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1182. [17852:17976:0205/122207.230:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1183. [17852:17976:0205/122207.231:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1184. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1185. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1186. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1187. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1188. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1189. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1190. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1191. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1192. [17852:17976:0205/122207.231:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1193. [17852:17976:0205/122207.234:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1194. [17852:17976:0205/122207.236:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1195. [17852:17976:0205/122207.237:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1196. [17852:17976:0205/122207.237:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1197. [17852:17976:0205/122207.238:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1198. [17852:17976:0205/122207.238:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1199. [17852:17976:0205/122207.238:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1200. [17852:17976:0205/122207.238:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1201. [17852:17976:0205/122207.238:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1202. [17852:17976:0205/122207.238:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1203. [17852:17976:0205/122207.238:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1204. [17852:17976:0205/122207.238:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1205. [17852:17976:0205/122207.238:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1206. [17852:17976:0205/122207.239:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1207. [17852:17976:0205/122207.239:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1208. [17852:17976:0205/122207.239:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1209. [17852:17976:0205/122207.240:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1210. [17852:17976:0205/122207.241:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1211. [17852:17976:0205/122207.241:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1212. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1213. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1214. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1215. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1216. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1217. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1218. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1219. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1220. [17852:17976:0205/122207.242:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1221. [17852:17976:0205/122207.245:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1222. [17852:17976:0205/122207.246:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1223. [17852:17976:0205/122207.247:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1224. [17852:17976:0205/122207.247:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1225. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1226. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1227. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1228. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1229. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1230. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1231. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1232. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1233. [17852:17976:0205/122207.248:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1234. [17852:17976:0205/122207.249:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1235. [17852:17976:0205/122207.250:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1236. [17852:17976:0205/122207.251:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1237. [17852:17976:0205/122207.251:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1238. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1239. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1240. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1241. [17852:17976:0205/122207.256:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1242. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1243. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1244. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1245. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1246. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1247. [17852:17976:0205/122207.256:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1248. [17852:17976:0205/122207.256:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1249. [17852:17976:0205/122207.257:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1250. [17852:17976:0205/122207.258:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1251. [17852:17976:0205/122207.258:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1252. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1253. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1254. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1255. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1256. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1257. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1258. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1259. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1260. [17852:17976:0205/122207.260:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1261. [17852:17976:0205/122207.260:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1262. [17852:17976:0205/122207.261:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1263. [17852:17976:0205/122207.262:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1264. [17852:17976:0205/122207.262:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1265. [17852:17976:0205/122207.269:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1266. [17852:17976:0205/122207.269:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1267. [17852:17976:0205/122207.269:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1268. [17852:17976:0205/122207.270:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1269. [17852:17976:0205/122207.270:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1270. [17852:17976:0205/122207.270:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1271. [17852:17976:0205/122207.270:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1272. [17852:17976:0205/122207.270:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1273. [17852:17976:0205/122207.270:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1274. [17852:17976:0205/122207.270:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1275. [17852:17976:0205/122207.270:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1276. [17852:17976:0205/122207.270:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1277. [17852:17976:0205/122207.271:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1278. [17852:17976:0205/122207.271:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1279. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1280. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1281. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1282. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1283. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1284. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1285. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1286. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1287. [17852:17976:0205/122207.277:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1288. [17852:17976:0205/122207.277:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1289. [17852:17976:0205/122207.279:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1290. [17852:17976:0205/122207.280:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1291. [17852:17976:0205/122207.280:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1292. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1293. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1294. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1295. [17852:17976:0205/122207.281:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1296. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1297. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1298. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1299. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1300. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1301. [17852:17976:0205/122207.281:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1302. [17852:17976:0205/122207.289:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1303. [17852:17976:0205/122207.290:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1304. [17852:17976:0205/122207.291:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1305. [17852:17976:0205/122207.291:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1306. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1307. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1308. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1309. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1310. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1311. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1312. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1313. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1314. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1315. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1316. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1317. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1318. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1319. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1320. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1321. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1322. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1323. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1324. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1325. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1326. [17852:17976:0205/122207.292:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1327. [17852:17976:0205/122207.292:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1328. [17852:17976:0205/122207.293:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1329. [17852:17976:0205/122207.294:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1330. [17852:17976:0205/122207.295:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1331. [17852:17976:0205/122207.296:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1332. [17852:17976:0205/122207.297:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1333. [17852:17976:0205/122207.297:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1334. [17852:17976:0205/122207.297:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1335. [17852:17976:0205/122207.303:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1336. [17852:17976:0205/122207.303:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1337. [17852:17976:0205/122207.303:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1338. [17852:17976:0205/122207.303:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1339. [17852:17976:0205/122207.303:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1340. [17852:17976:0205/122207.303:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1341. [17852:17976:0205/122207.303:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1342. [17852:17976:0205/122207.304:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1343. [17852:17976:0205/122207.305:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1344. [17852:17976:0205/122207.305:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1345. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1346. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1347. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1348. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1349. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1350. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1351. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1352. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1353. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1354. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1355. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1356. [17852:17976:0205/122207.306:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1357. [17852:17976:0205/122207.308:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1358. [17852:17976:0205/122207.309:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1359. [17852:17976:0205/122207.310:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1360. [17852:17976:0205/122207.311:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1361. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1362. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1363. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1364. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1365. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1366. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1367. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1368. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1369. [17852:17976:0205/122207.311:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1370. [17852:17976:0205/122207.315:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1371. [17852:17976:0205/122207.316:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1372. [17852:17976:0205/122207.317:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1373. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1374. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1375. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1376. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1377. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1378. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1379. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1380. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1381. [17852:17976:0205/122207.322:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1382. [17852:17976:0205/122207.323:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1383. [17852:17976:0205/122207.324:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1384. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1385. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1386. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1387. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1388. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1389. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1390. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1391. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1392. [17852:17976:0205/122207.325:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1393. [17852:17976:0205/122207.330:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1394. [17852:17976:0205/122207.331:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1395. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1396. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1397. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1398. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1399. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1400. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1401. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1402. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1403. [17852:17976:0205/122207.332:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1404. [17852:17976:0205/122207.337:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1405. [17852:17976:0205/122207.338:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1406. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1407. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1408. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1409. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1410. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1411. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1412. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1413. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1414. [17852:17976:0205/122207.339:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1415. [17852:17976:0205/122207.343:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1416. [17852:17976:0205/122207.344:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1417. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1418. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1419. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1420. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1421. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1422. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1423. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1424. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1425. [17852:17976:0205/122207.346:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1426. [17852:17976:0205/122207.350:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1427. [17852:17976:0205/122207.351:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1428. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1429. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1430. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1431. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1432. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1433. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1434. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1435. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1436. [17852:17976:0205/122207.353:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1437. [17852:17976:0205/122207.357:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1438. [17852:17976:0205/122207.358:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1439. [17852:17976:0205/122207.360:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1440. [17852:17976:0205/122207.360:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1441. [17852:17976:0205/122207.360:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1442. [17852:17976:0205/122207.360:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-0000671400394000]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1443. [17852:17976:0205/122207.360:ERROR:logger.cc(46)] : Too many GL errors, not reporting any more for this context. use --disable-gl-error-limit to see all errors.
  1444. [17852:17976:0205/122207.364:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1445. [17852:17976:0205/122207.366:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1446. [17852:17976:0205/122207.372:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1447. [17852:17976:0205/122207.373:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1448. [17852:17976:0205/122207.378:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1449. [17852:17976:0205/122207.379:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1450. [17852:17976:0205/122207.385:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1451. [17852:17976:0205/122207.386:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1452. [17852:17976:0205/122207.392:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1453. [17852:17976:0205/122207.393:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1454. [17852:17976:0205/122207.399:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1455. [17852:17976:0205/122207.400:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1456. [17852:17976:0205/122207.406:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1457. [17852:17976:0205/122207.407:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1458. [17852:17976:0205/122207.413:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1459. [17852:17976:0205/122207.414:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1460. [17852:17976:0205/122207.420:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1461. [17852:17976:0205/122207.421:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1462. [17852:17976:0205/122207.427:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1463. [17852:17976:0205/122207.428:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1464. [17852:17976:0205/122207.434:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1465. [17852:17976:0205/122207.435:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1466. [17852:17976:0205/122207.441:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1467. [17852:17976:0205/122207.442:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1468. [17852:17976:0205/122207.448:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1469. [17852:17976:0205/122207.449:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1470. [17852:17976:0205/122207.454:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1471. [17852:17976:0205/122207.456:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1472. [17852:17976:0205/122208.678:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1473. [17852:17976:0205/122208.684:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1474. [17852:17976:0205/122208.691:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1475. [17852:17976:0205/122208.851:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1476. [17852:17976:0205/122208.899:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1477. [17852:17976:0205/122208.948:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1478. [17852:17976:0205/122209.012:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1479. [17852:17976:0205/122209.014:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  1480. [17852:17976:0205/122209.037:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1481. [17852:17976:0205/122209.102:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1482. [17852:17976:0205/122209.108:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1483. [17852:17976:0205/122209.115:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1484. [17852:17976:0205/122209.122:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1485. [17852:17976:0205/122209.129:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1486. [17852:17976:0205/122209.789:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1487. [17852:17976:0205/122209.790:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1488. [17852:17976:0205/122209.795:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1489. [17852:17976:0205/122209.797:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1490. [17852:17976:0205/122209.802:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1491. [17852:17976:0205/122209.803:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1492. [17852:17976:0205/122209.809:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1493. [17852:17976:0205/122209.810:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1494. [17852:17976:0205/122209.816:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1495. [17852:17976:0205/122209.817:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1496. [17852:17976:0205/122209.823:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1497. [17852:17976:0205/122209.824:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1498. [17852:17976:0205/122209.830:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1499. [17852:17976:0205/122209.831:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1500. [17852:17976:0205/122209.837:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1501. [17852:17976:0205/122209.838:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1502. [17852:17976:0205/122209.844:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1503. [17852:17976:0205/122209.845:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1504. [17852:17976:0205/122209.850:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1505. [17852:17976:0205/122209.851:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1506. [17852:17976:0205/122209.857:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1507. [17852:17976:0205/122209.858:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1508. [17852:17976:0205/122209.864:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1509. [17852:17976:0205/122209.865:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1510. [17852:17976:0205/122209.871:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1511. [17852:17976:0205/122209.872:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1512. [17852:17976:0205/122209.878:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1513. [17852:17976:0205/122209.879:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1514. [17852:17976:0205/122209.885:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1515. [17852:17976:0205/122209.886:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1516. [17852:17976:0205/122209.892:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1517. [17852:17976:0205/122209.893:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1518. [17852:17976:0205/122215.795:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1519. [17852:17976:0205/122215.795:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1520. [17852:17976:0205/122215.795:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1521. [17852:17976:0205/122215.795:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1522. [17852:17976:0205/122215.795:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1523. [17852:17976:0205/122215.796:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1524. [17852:17976:0205/122215.798:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1525. [17852:17976:0205/122215.799:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1526. [17852:17976:0205/122215.801:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1527. [17852:17976:0205/122215.802:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1216, 64)
  1528. [17852:17976:0205/122215.803:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1529. [17852:17976:0205/122215.804:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1530. [17852:17976:0205/122215.805:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1531. [17852:17976:0205/122215.807:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1532. [17852:17976:0205/122215.812:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
  1533. [17852:17976:0205/122215.814:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1534. [17852:17976:0205/122215.827:ERROR:gl_utils.cc(315)] : [.RendererMainThread-0000671400395C00] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
  1535. [17852:17976:0205/122215.829:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1920, 256)
  1536. [17852:17976:0205/122215.830:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1952, 256)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement