Advertisement
Guest User

Vivaldi google search render bug.

a guest
Jan 30th, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 208.48 KB | None | 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 GTX 1080
  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_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.
  125. 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.
  126. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  127. 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.
  128. 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.
  129. [WebGPU Forced Toggles - enabled]
  130. 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.
  131. [Supported Features]
  132. texture-compression-bc
  133. pipeline-statistics-query
  134. timestamp-query
  135. depth32float-stencil8
  136. chromium-experimental-dp4a
  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. shader-f16
  161. rg11b10ufloat-renderable
  162. dawn-internal-usages
  163. multiplanar-formats
  164. dawn-native
  165.  
  166. <Discrete GPU> Vulkan backend - NVIDIA GeForce GTX 1080
  167. [Default Toggle Names]
  168. 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.
  169. 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.
  170. 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.
  171. 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.
  172. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  173. 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.
  174. [WebGPU Forced Toggles - enabled]
  175. 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.
  176. [Supported Features]
  177. texture-compression-bc
  178. pipeline-statistics-query
  179. timestamp-query
  180. depth-clip-control
  181. depth32float-stencil8
  182. chromium-experimental-dp4a
  183. indirect-first-instance
  184. rg11b10ufloat-renderable
  185. dawn-internal-usages
  186. dawn-native
  187.  
  188. <CPU> Vulkan backend - SwiftShader Device (Subzero)
  189. [Default Toggle Names]
  190. 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.
  191. 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.
  192. 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.
  193. 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.
  194. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  195. 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.
  196. [WebGPU Forced Toggles - enabled]
  197. 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.
  198. [Supported Features]
  199. texture-compression-bc
  200. texture-compression-etc2
  201. texture-compression-astc
  202. timestamp-query
  203. depth-clip-control
  204. depth32float-stencil8
  205. indirect-first-instance
  206. rg11b10ufloat-renderable
  207. dawn-internal-usages
  208. dawn-native
  209. Version Information
  210. Data exported
  211. 2023-01-30T10:03:03.685Z
  212. Chrome version
  213. Chrome/108.0.5359.216
  214. Operating system
  215. Windows NT 10.0.19045
  216. Software rendering list URL
  217. https://chromium.googlesource.com/chromium/src/+/b56dd1a70b55d8e27010fe3236eece443fe6b6af/gpu/config/software_rendering_list.json
  218. Driver bug list URL
  219. https://chromium.googlesource.com/chromium/src/+/b56dd1a70b55d8e27010fe3236eece443fe6b6af/gpu/config/gpu_driver_bug_list.json
  220. ANGLE commit id
  221. unknown hash
  222. 2D graphics backend
  223. Skia/108 8c5e09f079a3e8eeb97532cf1cbc6e0934ce40f7
  224. Command Line
  225. "C:\Users\Ashley\AppData\Local\Vivaldi\Application\vivaldi.exe" --flag-switches-begin --disable-features=HardwareMediaKeyHandling --flag-switches-end --save-page-as-mhtml
  226. Driver Information
  227. Initialization time
  228. 314
  229. In-process GPU
  230. false
  231. Passthrough Command Decoder
  232. true
  233. Sandboxed
  234. true
  235. GPU0
  236. VENDOR= 0x10de, DEVICE=0x1b80, SUBSYS=0x85aa1043, REV=161, LUID={0,51732}, DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=31.0.15.1694 *ACTIVE*
  237. GPU1
  238. VENDOR= 0x1414, DEVICE=0x008c, LUID={0,66637}, DRIVER_VERSION=10.0.19041.2075
  239. Optimus
  240. false
  241. AMD switchable
  242. false
  243. Desktop compositing
  244. Aero Glass
  245. Direct composition
  246. true
  247. Supports overlays
  248. true
  249. YUY2 overlay support
  250. SOFTWARE
  251. NV12 overlay support
  252. SOFTWARE
  253. BGRA8 overlay support
  254. SOFTWARE
  255. RGB10A2 overlay support
  256. SOFTWARE
  257. Diagonal Monitor Size of \\.\DISPLAY2
  258. 24.0"
  259. Diagonal Monitor Size of \\.\DISPLAY1
  260. 31.9"
  261. Driver D3D12 feature level
  262. D3D 12.1
  263. Driver Vulkan API version
  264. Vulkan API 1.3.0
  265. GPU CUDA compute capability major version
  266. 0
  267. Pixel shader version
  268. 5.0
  269. Vertex shader version
  270. 5.0
  271. Max. MSAA samples
  272. 8
  273. Machine model name
  274. Machine model version
  275. GL_VENDOR
  276. Google Inc. (NVIDIA)
  277. GL_RENDERER
  278. ANGLE (NVIDIA, NVIDIA GeForce GTX 1080 Direct3D11 vs_5_0 ps_5_0, D3D11-31.0.15.1694)
  279. GL_VERSION
  280. OpenGL ES 2.0.0 (ANGLE 2.1.0 git hash: unknown hash)
  281. GL_EXTENSIONS
  282. 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
  283. Disabled Extensions
  284. GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
  285. Disabled WebGL Extensions
  286. Window system binding vendor
  287. Google Inc. (NVIDIA)
  288. Window system binding version
  289. 1.5 (ANGLE 2.1.0 git hash: unknown hash)
  290. Window system binding extensions
  291. 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
  292. Direct rendering version
  293. unknown
  294. Reset notification strategy
  295. 0x8252
  296. GPU process crash count
  297. 0
  298. gfx::BufferFormats supported for allocation and texturing
  299. 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
  300. Compositor Information
  301. Tile Update Mode
  302. One-copy
  303. Partial Raster
  304. Enabled
  305. GpuMemoryBuffers Status
  306. R_8
  307. Software only
  308. R_16
  309. Software only
  310. RG_88
  311. Software only
  312. RG_1616
  313. Software only
  314. BGR_565
  315. Software only
  316. RGBA_4444
  317. Software only
  318. RGBX_8888
  319. GPU_READ, SCANOUT
  320. RGBA_8888
  321. GPU_READ, SCANOUT
  322. BGRX_8888
  323. Software only
  324. BGRA_1010102
  325. Software only
  326. RGBA_1010102
  327. Software only
  328. BGRA_8888
  329. Software only
  330. RGBA_F16
  331. Software only
  332. YVU_420
  333. Software only
  334. YUV_420_BIPLANAR
  335. GPU_READ, SCANOUT
  336. P010
  337. Software only
  338. Display(s) Information
  339. Info
  340. Display[2528732444] bounds=[0,0 2560x1440], workarea=[0,0 2560x1440], scale=1, rotation=0, panel_rotation=0 external.
  341. Color space (sRGB/no-alpha)
  342. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  343. Buffer format (sRGB/no-alpha)
  344. BGRX_8888
  345. Color space (sRGB/alpha)
  346. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  347. Buffer format (sRGB/alpha)
  348. BGRA_8888
  349. Color space (WCG/no-alpha)
  350. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  351. Buffer format (WCG/no-alpha)
  352. BGRX_8888
  353. Color space (WCG/alpha)
  354. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  355. Buffer format (WCG/alpha)
  356. BGRA_8888
  357. Color space (HDR/no-alpha)
  358. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  359. Buffer format (HDR/no-alpha)
  360. BGRX_8888
  361. Color space (HDR/alpha)
  362. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  363. Buffer format (HDR/alpha)
  364. BGRA_8888
  365. Color volume
  366. {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.3300], w:[0.3127, 0.3290]}
  367. SDR white level in nits
  368. 203
  369. HDR relative maximum luminance
  370. 1
  371. Bits per color component
  372. 8
  373. Bits per pixel
  374. 24
  375. Refresh Rate in Hz
  376. 59
  377. Info
  378. Display[2779098405] bounds=[-1920,0 1920x1200], workarea=[-1920,0 1920x1170], scale=1, rotation=0, panel_rotation=0 external.
  379. Color space (sRGB/no-alpha)
  380. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  381. Buffer format (sRGB/no-alpha)
  382. BGRX_8888
  383. Color space (sRGB/alpha)
  384. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  385. Buffer format (sRGB/alpha)
  386. BGRA_8888
  387. Color space (WCG/no-alpha)
  388. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  389. Buffer format (WCG/no-alpha)
  390. BGRX_8888
  391. Color space (WCG/alpha)
  392. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  393. Buffer format (WCG/alpha)
  394. BGRA_8888
  395. Color space (HDR/no-alpha)
  396. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  397. Buffer format (HDR/no-alpha)
  398. BGRX_8888
  399. Color space (HDR/alpha)
  400. {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
  401. Buffer format (HDR/alpha)
  402. BGRA_8888
  403. Color volume
  404. {name:'srgb', r:[0.6400, 0.3300], g:[0.3000, 0.6000], b:[0.1500, 0.3300], w:[0.3127, 0.3290]}
  405. SDR white level in nits
  406. 203
  407. HDR relative maximum luminance
  408. 1
  409. Bits per color component
  410. 8
  411. Bits per pixel
  412. 24
  413. Refresh Rate in Hz
  414. 59
  415. Video Acceleration Information
  416. Decoding
  417. Decode h264 baseline
  418. 64x64 to 4096x4096 pixels
  419. Decode h264 main
  420. 64x64 to 4096x4096 pixels
  421. Decode h264 high
  422. 64x64 to 4096x4096 pixels
  423. Decode vp9 profile0
  424. 64x64 to 8192x8192 pixels
  425. Decode hevc main
  426. 64x64 to 8192x8192 pixels
  427. Decode hevc main 10
  428. 64x64 to 8192x8192 pixels
  429. Encoding
  430. Encode h264 baseline
  431. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  432. Encode h264 main
  433. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  434. Encode h264 high
  435. 32x32 to 1920x1088 pixels, and/or 30.000 fps
  436. Vulkan Information
  437. Device Performance Information
  438. Total Physical Memory (Gb)
  439. 31
  440. Total Disk Space (Gb)
  441. 1676
  442. Hardware Concurrency
  443. 8
  444. System Commit Limit (Gb)
  445. 36
  446. D3D11 Feature Level
  447. 12_1
  448. Has Discrete GPU
  449. yes
  450. Software Rendering
  451. No
  452. Diagnostics
  453. 0
  454. b3DAccelerationEnabled
  455. true
  456. b3DAccelerationExists
  457. true
  458. bAGPEnabled
  459. true
  460. bAGPExistenceValid
  461. true
  462. bAGPExists
  463. true
  464. bCanRenderWindow
  465. true
  466. bDDAccelerationEnabled
  467. true
  468. bDriverBeta
  469. false
  470. bDriverDebug
  471. false
  472. bDriverSigned
  473. false
  474. bDriverSignedValid
  475. false
  476. bNoHardware
  477. false
  478. dwBpp
  479. 32
  480. dwDDIVersion
  481. 12
  482. dwHeight
  483. 1440
  484. dwRefreshRate
  485. 59
  486. dwWHQLLevel
  487. 0
  488. dwWidth
  489. 2560
  490. iAdapter
  491. 0
  492. lDriverSize
  493. 1130024
  494. lMiniVddSize
  495. 0
  496. szAGPStatusEnglish
  497. Enabled
  498. szAGPStatusLocalized
  499. Enabled
  500. szChipType
  501. NVIDIA GeForce GTX 1080
  502. szD3DStatusEnglish
  503. Enabled
  504. szD3DStatusLocalized
  505. Enabled
  506. szDACType
  507. Integrated RAMDAC
  508. szDDIVersionEnglish
  509. 12
  510. szDDIVersionLocalized
  511. 12
  512. szDDStatusEnglish
  513. Enabled
  514. szDDStatusLocalized
  515. Enabled
  516. szDXVAHDEnglish
  517. Supported
  518. szDXVAModes
  519. szDescription
  520. NVIDIA GeForce GTX 1080
  521. szDeviceId
  522. 0x1B80
  523. szDeviceIdentifier
  524. {D7B71E3E-58C0-11CF-6D75-A5A50EC2D235}
  525. szDeviceName
  526. \\.\DISPLAY1
  527. szDisplayMemoryEnglish
  528. 24428 MB
  529. szDisplayMemoryLocalized
  530. 24428 MB
  531. szDisplayModeEnglish
  532. 2560 x 1440 (32 bit) (59Hz)
  533. szDisplayModeLocalized
  534. 2560 x 1440 (32 bit) (59Hz)
  535. szDriverAssemblyVersion
  536. 31.0.15.1694
  537. szDriverAttributes
  538. Final Retail
  539. szDriverDateEnglish
  540. 21/07/2022 11:00:00 AM
  541. szDriverDateLocalized
  542. 7/21/2022 11:00:00
  543. szDriverLanguageEnglish
  544. English
  545. szDriverLanguageLocalized
  546. English
  547. szDriverModelEnglish
  548. WDDM 2.7
  549. szDriverModelLocalized
  550. WDDM 2.7
  551. szDriverName
  552. C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_ee20464bb4ac57f4\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_ee20464bb4ac57f4\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_ee20464bb4ac57f4\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_ee20464bb4ac57f4\nvldumdx.dll
  553. szDriverNodeStrongName
  554. oem92.inf:0f066de361856a84:Section024:31.0.15.1694:pci\ven_10de&dev_1b80
  555. szDriverSignDate
  556. Unknown
  557. szDriverVersion
  558. 31.00.0015.1694
  559. szKeyDeviceID
  560. Enum\PCI\VEN_10DE&DEV_1B80&SUBSYS_85AA1043&REV_A1
  561. szKeyDeviceKey
  562. \Registry\Machine\System\CurrentControlSet\Control\Video\{6AA19D75-EF20-11EA-A8C5-2C4D54D3A526}\0000
  563. szManufacturer
  564. NVIDIA
  565. szMiniVdd
  566. unknown
  567. szMiniVddDateEnglish
  568. Unknown
  569. szMiniVddDateLocalized
  570. unknown
  571. szMonitorMaxRes
  572. Unknown
  573. szMonitorName
  574. Generic PnP Monitor
  575. szNotesEnglish
  576. No problems found.
  577. szNotesLocalized
  578. No problems found.
  579. szOverlayEnglish
  580. Not Supported
  581. szRankOfInstalledDriver
  582. 00CF2001
  583. szRegHelpText
  584. Unknown
  585. szRevision
  586. Unknown
  587. szRevisionId
  588. 0x00A1
  589. szSubSysId
  590. 0x85AA1043
  591. szTestResultD3D7English
  592. Not run
  593. szTestResultD3D7Localized
  594. Not run
  595. szTestResultD3D8English
  596. Not run
  597. szTestResultD3D8Localized
  598. Not run
  599. szTestResultD3D9English
  600. Not run
  601. szTestResultD3D9Localized
  602. Not run
  603. szTestResultDDEnglish
  604. Not run
  605. szTestResultDDLocalized
  606. Not run
  607. szVdd
  608. unknown
  609. szVendorId
  610. 0x10DE
  611. 1
  612. b3DAccelerationEnabled
  613. true
  614. b3DAccelerationExists
  615. true
  616. bAGPEnabled
  617. true
  618. bAGPExistenceValid
  619. true
  620. bAGPExists
  621. true
  622. bCanRenderWindow
  623. true
  624. bDDAccelerationEnabled
  625. true
  626. bDriverBeta
  627. false
  628. bDriverDebug
  629. false
  630. bDriverSigned
  631. false
  632. bDriverSignedValid
  633. false
  634. bNoHardware
  635. false
  636. dwBpp
  637. 32
  638. dwDDIVersion
  639. 12
  640. dwHeight
  641. 1200
  642. dwRefreshRate
  643. 59
  644. dwWHQLLevel
  645. 0
  646. dwWidth
  647. 1920
  648. iAdapter
  649. 1
  650. lDriverSize
  651. 1130024
  652. lMiniVddSize
  653. 0
  654. szAGPStatusEnglish
  655. Enabled
  656. szAGPStatusLocalized
  657. Enabled
  658. szChipType
  659. NVIDIA GeForce GTX 1080
  660. szD3DStatusEnglish
  661. Enabled
  662. szD3DStatusLocalized
  663. Enabled
  664. szDACType
  665. Integrated RAMDAC
  666. szDDIVersionEnglish
  667. 12
  668. szDDIVersionLocalized
  669. 12
  670. szDDStatusEnglish
  671. Enabled
  672. szDDStatusLocalized
  673. Enabled
  674. szDXVAHDEnglish
  675. Supported
  676. szDXVAModes
  677. szDescription
  678. NVIDIA GeForce GTX 1080
  679. szDeviceId
  680. 0x1B80
  681. szDeviceIdentifier
  682. {D7B71E3E-58C0-11CF-6D75-A5A50EC2D235}
  683. szDeviceName
  684. \\.\DISPLAY2
  685. szDisplayMemoryEnglish
  686. 24428 MB
  687. szDisplayMemoryLocalized
  688. 24428 MB
  689. szDisplayModeEnglish
  690. 1920 x 1200 (32 bit) (59Hz)
  691. szDisplayModeLocalized
  692. 1920 x 1200 (32 bit) (59Hz)
  693. szDriverAssemblyVersion
  694. 31.0.15.1694
  695. szDriverAttributes
  696. Final Retail
  697. szDriverDateEnglish
  698. 21/07/2022 11:00:00 AM
  699. szDriverDateLocalized
  700. 7/21/2022 11:00:00
  701. szDriverLanguageEnglish
  702. English
  703. szDriverLanguageLocalized
  704. English
  705. szDriverModelEnglish
  706. WDDM 2.7
  707. szDriverModelLocalized
  708. WDDM 2.7
  709. szDriverName
  710. C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_ee20464bb4ac57f4\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_ee20464bb4ac57f4\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_ee20464bb4ac57f4\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_ee20464bb4ac57f4\nvldumdx.dll
  711. szDriverNodeStrongName
  712. oem92.inf:0f066de361856a84:Section024:31.0.15.1694:pci\ven_10de&dev_1b80
  713. szDriverSignDate
  714. Unknown
  715. szDriverVersion
  716. 31.00.0015.1694
  717. szKeyDeviceID
  718. Enum\PCI\VEN_10DE&DEV_1B80&SUBSYS_85AA1043&REV_A1
  719. szKeyDeviceKey
  720. \Registry\Machine\System\CurrentControlSet\Control\Video\{6AA19D75-EF20-11EA-A8C5-2C4D54D3A526}\0001
  721. szManufacturer
  722. NVIDIA
  723. szMiniVdd
  724. unknown
  725. szMiniVddDateEnglish
  726. Unknown
  727. szMiniVddDateLocalized
  728. unknown
  729. szMonitorMaxRes
  730. Unknown
  731. szMonitorName
  732. SyncMaster 2443(BWPlus/BWXPlus/FWPlus/FWXPlus/BWTPlus)(Digital)
  733. szNotesEnglish
  734. No problems found.
  735. szNotesLocalized
  736. No problems found.
  737. szOverlayEnglish
  738. Not Supported
  739. szRankOfInstalledDriver
  740. 00CF2001
  741. szRegHelpText
  742. Unknown
  743. szRevision
  744. Unknown
  745. szRevisionId
  746. 0x00A1
  747. szSubSysId
  748. 0x85AA1043
  749. szTestResultD3D7English
  750. Not run
  751. szTestResultD3D7Localized
  752. Not run
  753. szTestResultD3D8English
  754. Not run
  755. szTestResultD3D8Localized
  756. Not run
  757. szTestResultD3D9English
  758. Not run
  759. szTestResultD3D9Localized
  760. Not run
  761. szTestResultDDEnglish
  762. Not run
  763. szTestResultDDLocalized
  764. Not run
  765. szVdd
  766. unknown
  767. szVendorId
  768. 0x10DE
  769. Log Messages
  770. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  771. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  772. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  773. [10916:264:0130/203622.015:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  774. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  775. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  776. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  777. [10916:264:0130/203622.015:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  778. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  779. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  780. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  781. [10916:264:0130/203622.015:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  782. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  783. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  784. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  785. [10916:264:0130/203622.015:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  786. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  787. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  788. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  789. [10916:264:0130/203622.015:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  790. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  791. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  792. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  793. [10916:264:0130/203622.015:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  794. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  795. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  796. [10916:264:0130/203622.015:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  797. [10916:264:0130/203622.016:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  798. [10916:264:0130/203622.018:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  799. [10916:264:0130/203622.020:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  800. [10916:264:0130/203622.022:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  801. [10916:264:0130/203622.024:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  802. [10916:264:0130/203622.025:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  803. [10916:264:0130/203622.026:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  804. [10916:264:0130/203622.026:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  805. [10916:264:0130/203622.026:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  806. [10916:264:0130/203622.026:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  807. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  808. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  809. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  810. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  811. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  812. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  813. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  814. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  815. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  816. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  817. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  818. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  819. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  820. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  821. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  822. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  823. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  824. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  825. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  826. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  827. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  828. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  829. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  830. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  831. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  832. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  833. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  834. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  835. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  836. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  837. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  838. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  839. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  840. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  841. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  842. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  843. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  844. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  845. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  846. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  847. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  848. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  849. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  850. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  851. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  852. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  853. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  854. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  855. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  856. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  857. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  858. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  859. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  860. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  861. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  862. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  863. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  864. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  865. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  866. [10916:264:0130/203622.028:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  867. [10916:264:0130/203622.028:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  868. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  869. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  870. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  871. [10916:264:0130/203622.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  872. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  873. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  874. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  875. [10916:264:0130/203622.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  876. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  877. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  878. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  879. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  880. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  881. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  882. [10916:264:0130/203622.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  883. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  884. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  885. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  886. [10916:264:0130/203622.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  887. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  888. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  889. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  890. [10916:264:0130/203622.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  891. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  892. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  893. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  894. [10916:264:0130/203622.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  895. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  896. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  897. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  898. [10916:264:0130/203622.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  899. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  900. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  901. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  902. [10916:264:0130/203622.029:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  903. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  904. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  905. [10916:264:0130/203622.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  906. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  907. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  908. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  909. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  910. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  911. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  912. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  913. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  914. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  915. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  916. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  917. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  918. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  919. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  920. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  921. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  922. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  923. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  924. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  925. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  926. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  927. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  928. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  929. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  930. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  931. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  932. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  933. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  934. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  935. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  936. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  937. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  938. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  939. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  940. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  941. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  942. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  943. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  944. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  945. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  946. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  947. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  948. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  949. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  950. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  951. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  952. [10916:264:0130/203622.030:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  953. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  954. [10916:264:0130/203622.030:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  955. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  956. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  957. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  958. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  959. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  960. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  961. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  962. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  963. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  964. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  965. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  966. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  967. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  968. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  969. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  970. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  971. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  972. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  973. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  974. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  975. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  976. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  977. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  978. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  979. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  980. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  981. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  982. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  983. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  984. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  985. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  986. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  987. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  988. [10916:264:0130/203622.031:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  989. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  990. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  991. [10916:264:0130/203622.031:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  992. [10916:264:0130/203622.032:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  993. [10916:264:0130/203622.033:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  994. [10916:264:0130/203622.035:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  995. [10916:264:0130/203622.037:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  996. [10916:264:0130/203622.040:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  997. [10916:264:0130/203622.040:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  998. [10916:264:0130/203622.040:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  999. [10916:264:0130/203622.041:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1000. [10916:264:0130/203622.041:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1001. [10916:264:0130/203622.041:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1002. [10916:264:0130/203622.042:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1003. [10916:264:0130/203622.042:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1004. [10916:264:0130/203622.042:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1005. [10916:264:0130/203622.042:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1006. [10916:264:0130/203622.043:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1007. [10916:264:0130/203622.043:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1008. [10916:264:0130/203622.043:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1009. [10916:264:0130/203622.043:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1010. [10916:264:0130/203622.044:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1011. [10916:264:0130/203622.044:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1012. [10916:264:0130/203622.044:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1013. [10916:264:0130/203622.045:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1014. [10916:264:0130/203622.045:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1015. [10916:264:0130/203622.045:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1016. [10916:264:0130/203622.045:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1017. [10916:264:0130/203622.046:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1018. [10916:264:0130/203622.047:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1019. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1020. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1021. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1022. [10916:264:0130/203622.047:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1023. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1024. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1025. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1026. [10916:264:0130/203622.047:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1027. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1028. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1029. [10916:264:0130/203622.047:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1030. [10916:264:0130/203622.048:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1031. [10916:264:0130/203622.049:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1032. [10916:264:0130/203622.049:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1033. [10916:264:0130/203622.049:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1034. [10916:264:0130/203622.049:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1035. [10916:264:0130/203622.050:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1036. [10916:264:0130/203622.050:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1037. [10916:264:0130/203622.050:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1038. [10916:264:0130/203622.050:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1039. [10916:264:0130/203622.050:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1040. [10916:264:0130/203622.051:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1041. [10916:264:0130/203622.051:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1042. [10916:264:0130/203622.051:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1043. [10916:264:0130/203622.051:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1044. [10916:264:0130/203622.052:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1045. [10916:264:0130/203622.052:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1046. [10916:264:0130/203622.052:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1047. [10916:264:0130/203622.053:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1048. [10916:264:0130/203622.053:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1049. [10916:264:0130/203622.053:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1050. [10916:264:0130/203622.054:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1051. [10916:264:0130/203622.199:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1052. [10916:264:0130/203622.199:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1053. [10916:264:0130/203622.199:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1054. [10916:264:0130/203622.199:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1055. [10916:264:0130/203622.199:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1056. [10916:264:0130/203622.199:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1057. [10916:264:0130/203622.211:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1058. [10916:264:0130/203622.213:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1059. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1060. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1061. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1062. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1063. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1064. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1065. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1066. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1067. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1068. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1069. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1070. [10916:264:0130/203622.217:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1071. [10916:264:0130/203622.218:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1072. [10916:264:0130/203622.218:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1073. [10916:264:0130/203622.218:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1074. [10916:264:0130/203622.227:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1075. [10916:264:0130/203622.231:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1076. [10916:264:0130/203622.232:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1077. [10916:264:0130/203622.235:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1078. [10916:264:0130/203622.239:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1079. [10916:264:0130/203622.239:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1080. [10916:264:0130/203622.239:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1081. [10916:264:0130/203622.239:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1082. [10916:264:0130/203622.239:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1083. [10916:264:0130/203622.239:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1084. [10916:264:0130/203622.244:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1085. [10916:264:0130/203622.247:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1086. [10916:264:0130/203622.332:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1087. [10916:264:0130/203622.332:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1088. [10916:264:0130/203622.332:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1089. [10916:264:0130/203622.332:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1090. [10916:264:0130/203622.332:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1091. [10916:264:0130/203622.332:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1092. [10916:264:0130/203622.332:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1093. [10916:264:0130/203622.334:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1094. [10916:264:0130/203622.357:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1095. [10916:264:0130/203622.358:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1096. [10916:264:0130/203622.358:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1097. [10916:264:0130/203622.358:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1098. [10916:264:0130/203622.358:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1099. [10916:264:0130/203622.358:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1100. [10916:264:0130/203622.358:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1101. [10916:264:0130/203622.360:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1102. [10916:264:0130/203622.363:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1103. [10916:264:0130/203622.363:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1104. [10916:264:0130/203622.363:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1105. [10916:264:0130/203622.363:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1106. [10916:264:0130/203622.363:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00005084003BD400]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1107. [10916:264:0130/203622.363:ERROR:logger.cc(46)] : Too many GL errors, not reporting any more for this context. use --disable-gl-error-limit to see all errors.
  1108. [10916:264:0130/203622.363:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1109. [10916:264:0130/203622.365:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1110. [10916:264:0130/203622.394:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1111. [10916:264:0130/203622.396:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1112. [10916:264:0130/203622.411:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1113. [10916:264:0130/203622.413:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1114. [10916:264:0130/203622.463:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1115. [10916:264:0130/203622.465:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1116. [10916:264:0130/203622.480:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1117. [10916:264:0130/203622.482:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1118. [10916:264:0130/203622.548:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1119. [10916:264:0130/203622.550:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1120. [10916:264:0130/203622.564:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1121. [10916:264:0130/203622.566:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1122. [10916:264:0130/203622.642:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1123. [10916:264:0130/203622.644:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1124. [10916:264:0130/203622.647:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1125. [10916:264:0130/203622.649:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1126. [10916:264:0130/203622.717:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1127. [10916:264:0130/203622.721:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1128. [10916:264:0130/203622.746:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1129. [10916:264:0130/203622.749:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1130. [10916:264:0130/203622.763:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1131. [10916:264:0130/203622.765:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1132. [10916:264:0130/203622.815:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1133. [10916:264:0130/203622.817:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1134. [10916:264:0130/203622.831:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1135. [10916:264:0130/203622.833:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1136. [10916:264:0130/203622.881:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1137. [10916:264:0130/203622.883:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1138. [10916:264:0130/203622.930:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1139. [10916:264:0130/203622.931:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1140. [10916:264:0130/203622.946:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1141. [10916:264:0130/203622.948:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1142. [10916:264:0130/203622.997:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1143. [10916:264:0130/203622.999:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1144. [10916:264:0130/203623.020:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1145. [10916:264:0130/203623.022:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1146. [10916:264:0130/203623.031:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1147. [10916:264:0130/203623.032:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1148. [10916:264:0130/203623.048:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1149. [10916:264:0130/203623.064:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1150. [10916:264:0130/203623.081:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1151. [10916:264:0130/203623.082:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1152. [10916:264:0130/203623.098:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1153. [10916:264:0130/203623.100:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1154. [10916:264:0130/203623.119:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1155. [10916:264:0130/203623.120:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1156. [10916:264:0130/203623.131:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1157. [10916:264:0130/203623.146:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1158. [10916:264:0130/203623.165:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1159. [10916:264:0130/203623.180:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1160. [10916:264:0130/203623.197:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1161. [10916:264:0130/203623.214:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1162. [10916:264:0130/203623.234:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1163. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1164. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1165. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1166. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1167. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1168. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1169. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1170. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1171. [10916:264:0130/203629.171:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1172. [10916:264:0130/203629.171:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1173. [10916:264:0130/203629.175:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1174. [10916:264:0130/203629.179:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1175. [10916:264:0130/203629.183:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1176. [10916:264:0130/203629.187:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (320, 1280)
  1177. [10916:264:0130/203629.189:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 64)
  1178. [10916:264:0130/203629.190:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (640, 64)
  1179. [10916:264:0130/203629.190:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1280, 64)
  1180. [10916:264:0130/203629.191:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1181. [10916:264:0130/203629.224:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1182. [10916:264:0130/203629.226:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1183. [10916:264:0130/203629.231:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1184. [10916:264:0130/203629.234:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1185. [10916:264:0130/203629.236:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (320, 1280)
  1186. [10916:264:0130/203629.237:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 64)
  1187. [10916:264:0130/203629.238:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (640, 64)
  1188. [10916:264:0130/203629.238:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1280, 64)
  1189. [10916:264:0130/203815.174:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1190. [10916:264:0130/203815.175:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1191. [10916:6688:0130/203839.379:WARNING:angle_platform_impl.cc(48)] : HLSLCompiler.cpp:257 (compileToBinary): C:\fakepath(149,3-70): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  1192. [10916:264:0130/203909.427:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1193. [10916:264:0130/203909.427:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1194. [10916:264:0130/210038.760:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1195. [10916:264:0130/210038.760:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1196. [10916:264:0130/210038.760:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1197. [10916:264:0130/210038.760:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1198. [10916:264:0130/210038.760:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1199. [10916:264:0130/210038.761:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1200. [10916:264:0130/210038.761:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1201. [10916:264:0130/210038.761:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1202. [10916:264:0130/210038.766:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1203. [10916:264:0130/210038.767:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1312, 64)
  1204. [10916:264:0130/210038.779:ERROR:raster_decoder.cc(3308)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM: serialization failure
  1205. [10916:264:0130/210038.780:ERROR:raster_decoder.cc(3382)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glRasterCHROMIUM: Invalid font discardable handle.
  1206. [10916:264:0130/210038.780:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1207. [10916:264:0130/210038.780:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1208. [10916:264:0130/210038.780:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1209. [10916:264:0130/210038.780:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1210. [10916:264:0130/210038.780:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1211. [10916:264:0130/210038.780:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1212. [10916:264:0130/210038.780:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1213. [10916:264:0130/210038.780:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1214. [10916:264:0130/210038.783:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1215. [10916:264:0130/210038.784:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1216. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3308)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM: serialization failure
  1217. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3382)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glRasterCHROMIUM: Invalid font discardable handle.
  1218. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1219. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1220. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1221. [10916:264:0130/210038.909:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1222. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1223. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1224. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1225. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1226. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1227. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1228. [10916:264:0130/210038.909:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1229. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1230. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1231. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1232. [10916:264:0130/210038.909:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1233. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1234. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1235. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1236. [10916:264:0130/210038.909:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1237. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1238. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1239. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1240. [10916:264:0130/210038.909:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1241. [10916:264:0130/210038.909:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1242. [10916:264:0130/210038.909:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1243. [10916:264:0130/210038.912:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1244. [10916:264:0130/210038.916:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1245. [10916:264:0130/210038.918:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1246. [10916:264:0130/210038.922:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1247. [10916:264:0130/210038.923:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1312, 64)
  1248. [10916:264:0130/210038.923:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1249. [10916:264:0130/210038.923:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1250. [10916:264:0130/210038.924:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1251. [10916:264:0130/210038.924:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1252. [10916:264:0130/210038.924:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1253. [10916:264:0130/210038.924:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1254. [10916:264:0130/210038.924:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1255. [10916:264:0130/210038.924:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1256. [10916:264:0130/210038.924:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1257. [10916:264:0130/210038.925:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1258. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1259. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1260. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1261. [10916:264:0130/210038.925:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1262. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1263. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1264. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1265. [10916:264:0130/210038.925:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1266. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1267. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1268. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1269. [10916:264:0130/210038.925:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1270. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1271. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1272. [10916:264:0130/210038.925:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1273. [10916:264:0130/210038.925:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1274. [10916:264:0130/210038.931:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1275. [10916:264:0130/210038.935:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1276. [10916:264:0130/210038.938:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1277. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1278. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1279. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1280. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1281. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1282. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1283. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1284. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1285. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1286. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1287. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1288. [10916:264:0130/210039.029:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1289. [10916:264:0130/210039.033:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1290. [10916:264:0130/210039.035:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1291. [10916:264:0130/210039.037:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1292. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1293. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1294. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1295. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1296. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1297. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1298. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1299. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1300. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1301. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1302. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1303. [10916:264:0130/210039.056:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1304. [10916:264:0130/210039.056:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1305. [10916:264:0130/210039.058:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1306. [10916:264:0130/210039.060:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1307. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1308. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1309. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1310. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1311. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1312. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1313. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1314. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1315. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1316. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1317. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1318. [10916:264:0130/210039.117:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1319. [10916:264:0130/210039.118:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1320. [10916:264:0130/210039.121:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1321. [10916:264:0130/210039.125:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1322. [10916:264:0130/210039.129:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1323. [10916:264:0130/210039.132:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1324. [10916:264:0130/210039.134:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1325. [10916:264:0130/210039.134:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1326. [10916:264:0130/210039.134:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1327. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1328. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1329. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1330. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1331. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1332. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1333. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1334. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1335. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1336. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1337. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1338. [10916:264:0130/210039.141:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1339. [10916:264:0130/210039.142:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1340. [10916:264:0130/210039.142:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1341. [10916:264:0130/210039.142:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1342. [10916:264:0130/210039.142:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1343. [10916:264:0130/210039.145:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1344. [10916:264:0130/210039.147:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1345. [10916:264:0130/210039.149:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1346. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1347. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1348. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1349. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1350. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1351. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1352. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1353. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1354. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1355. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1356. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1357. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1358. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1359. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1360. [10916:264:0130/210039.168:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1361. [10916:264:0130/210039.169:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1362. [10916:264:0130/210039.171:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1363. [10916:264:0130/210039.174:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1364. [10916:264:0130/210039.177:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1365. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1366. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1367. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1368. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1369. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1370. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1371. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1372. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1373. [10916:264:0130/210039.185:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1374. [10916:264:0130/210039.185:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1375. [10916:264:0130/210039.188:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1376. [10916:264:0130/210039.192:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1377. [10916:264:0130/210039.201:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1378. [10916:264:0130/210039.201:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1379. [10916:264:0130/210039.201:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1380. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1381. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1382. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1383. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1384. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1385. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1386. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1387. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3308)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM: serialization failure
  1388. [10916:264:0130/210040.942:ERROR:raster_decoder.cc(3382)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glRasterCHROMIUM: Invalid font discardable handle.
  1389. [10916:264:0130/210040.942:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1390. [10916:264:0130/210040.943:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1391. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3308)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM: serialization failure
  1392. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3382)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glRasterCHROMIUM: Invalid font discardable handle.
  1393. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1394. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1395. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1396. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1397. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1398. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1399. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1400. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1401. [10916:264:0130/210041.163:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1402. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1403. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1404. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1405. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1406. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1407. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1408. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1409. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1410. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1411. [10916:264:0130/210041.164:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1412. [10916:264:0130/210041.165:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1413. [10916:264:0130/210041.165:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1414. [10916:264:0130/210041.171:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1415. [10916:264:0130/210041.173:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1416. [10916:264:0130/210041.175:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1417. [10916:264:0130/210041.177:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1418. [10916:264:0130/210041.180:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1419. [10916:264:0130/210041.181:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1312, 64)
  1420. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1421. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1422. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1423. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1424. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1425. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1426. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1427. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1428. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1429. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1430. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1431. [10916:264:0130/210041.353:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1432. [10916:264:0130/210041.357:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1433. [10916:264:0130/210041.361:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1434. [10916:264:0130/210041.368:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1435. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1436. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1437. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1438. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1439. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1440. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1441. [10916:264:0130/210041.373:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1442. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1443. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1444. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1445. [10916:264:0130/210041.373:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1446. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3100)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_VALUE : glBeginRasterCHROMIUM: passed invalid mailbox.
  1447. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1448. [10916:264:0130/210041.373:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1449. [10916:264:0130/210041.374:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1450. [10916:264:0130/210041.378:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1451. [10916:264:0130/210041.380:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1452. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1453. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1454. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1455. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1456. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1457. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1458. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1459. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1460. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1461. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1462. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1463. [10916:264:0130/210041.385:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1464. [10916:264:0130/210041.389:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1465. [10916:264:0130/210041.391:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1466. [10916:264:0130/210041.394:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1467. [10916:264:0130/210041.439:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1468. [10916:264:0130/210041.439:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1469. [10916:264:0130/210041.439:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1470. [10916:264:0130/210041.439:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1471. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1472. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1473. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1474. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1475. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1476. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1477. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1478. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1479. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1480. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1481. [10916:264:0130/210041.440:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1482. [10916:264:0130/210041.440:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1483. [10916:264:0130/210041.442:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1484. [10916:264:0130/210041.444:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1485. [10916:264:0130/210041.447:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1486. [10916:264:0130/210041.449:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1487. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1488. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1489. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1490. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1491. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1492. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1493. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1494. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1495. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1496. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1497. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1498. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1499. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1500. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1501. [10916:264:0130/210041.463:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1502. [10916:264:0130/210041.464:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1503. [10916:264:0130/210041.466:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1504. [10916:264:0130/210041.468:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1505. [10916:264:0130/210041.470:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1506. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1507. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1508. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1509. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1510. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1511. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1512. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1513. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1514. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1515. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1516. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1517. [10916:264:0130/210041.480:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1518. [10916:264:0130/210041.482:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1519. [10916:264:0130/210041.482:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1520. [10916:264:0130/210041.482:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1521. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1522. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1523. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1524. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1525. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1526. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1527. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3106)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glBeginRasterCHROMIUM: SharedImage not cleared before use.
  1528. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3239)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glRasterCHROMIUM: RasterCHROMIUM without BeginRasterCHROMIUM
  1529. [10916:264:0130/210041.486:ERROR:raster_decoder.cc(3324)] : [.RenderWorker-00007660003C0600]GL ERROR :GL_INVALID_OPERATION : glEndRasterCHROMIUM: EndRasterCHROMIUM without BeginRasterCHROMIUM
  1530. [10916:264:0130/210041.487:ERROR:logger.cc(46)] : Too many GL errors, not reporting any more for this context. use --disable-gl-error-limit to see all errors.
  1531. [10916:264:0130/210041.494:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1532. [10916:264:0130/210041.496:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1533. [10916:264:0130/210041.498:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1534. [10916:264:0130/210041.500:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1535. [10916:264:0130/210041.504:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1536. [10916:264:0130/210041.506:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1537. [10916:264:0130/210041.509:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1538. [10916:264:0130/210041.675:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1539. [10916:264:0130/210041.677:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1540. [10916:264:0130/210041.678:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1541. [10916:264:0130/210041.706:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1542. [10916:264:0130/210041.707:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1543. [10916:264:0130/210041.709:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1544. [10916:264:0130/210041.770:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1545. [10916:264:0130/210041.771:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1546. [10916:264:0130/210041.772:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1547. [10916:264:0130/210041.774:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1548. [10916:264:0130/210041.776:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1549. [10916:264:0130/210041.777:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (448, 64)
  1550. [10916:264:0130/210041.854:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1551. [10916:264:0130/210041.856:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1552. [10916:264:0130/210041.858:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1553. [10916:264:0130/210041.860:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1554. [10916:264:0130/210041.887:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1555. [10916:264:0130/210041.889:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1556. [10916:264:0130/210041.891:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1557. [10916:264:0130/210042.007:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1558. [10916:264:0130/210042.009:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1559. [10916:264:0130/210042.012:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1560. [10916:264:0130/210042.021:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1561. [10916:264:0130/210042.022:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1562. [10916:264:0130/210042.024:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1563. [10916:264:0130/210042.037:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1564. [10916:264:0130/210042.039:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1565. [10916:264:0130/210042.041:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1566. [10916:264:0130/210042.058:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1567. [10916:264:0130/210042.060:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1568. [10916:264:0130/210042.062:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1569. [10916:264:0130/210042.204:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1570. [10916:264:0130/210042.207:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1571. [10916:264:0130/210042.209:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1572. [10916:264:0130/210042.211:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1573. [10916:264:0130/210042.212:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (448, 64)
  1574. [10916:264:0130/210042.374:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1575. [10916:264:0130/210042.376:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1576. [10916:264:0130/210042.378:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1577. [10916:264:0130/210042.380:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1578. [10916:264:0130/210042.383:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1579. [10916:264:0130/210042.384:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1580. [10916:264:0130/210042.385:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1581. [10916:264:0130/210042.472:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1582. [10916:264:0130/210042.474:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1583. [10916:264:0130/210042.476:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1584. [10916:264:0130/210042.478:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1585. [10916:264:0130/210042.479:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (448, 64)
  1586. [10916:264:0130/210042.526:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1587. [10916:264:0130/210042.528:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1588. [10916:264:0130/210042.530:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1589. [10916:264:0130/210042.532:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1590. [10916:264:0130/210042.577:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1591. [10916:264:0130/210042.580:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1592. [10916:264:0130/210042.582:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1593. [10916:264:0130/210042.584:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1594. [10916:264:0130/210042.628:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1595. [10916:264:0130/210042.629:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1596. [10916:264:0130/210042.631:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1597. [10916:264:0130/210042.633:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1598. [10916:264:0130/210042.635:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1599. [10916:264:0130/210042.648:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1600. [10916:264:0130/210042.650:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1601. [10916:264:0130/210042.654:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1602. [10916:264:0130/210042.656:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1603. [10916:264:0130/210042.681:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1604. [10916:264:0130/210042.685:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1605. [10916:264:0130/210042.688:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1606. [10916:264:0130/210042.690:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1607. [10916:264:0130/210042.692:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1608. [10916:264:0130/210042.694:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1609. [10916:264:0130/210042.698:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1610. [10916:264:0130/210043.622:INFO:SkChromeRemoteGlyphCache.cpp(1014)] : Bad font data serialization line: 1014
  1611. [10916:264:0130/210043.797:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1612. [10916:264:0130/210043.800:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1613. [10916:264:0130/210043.802:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1614. [10916:264:0130/210043.989:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1615. [10916:264:0130/210043.991:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1616. [10916:264:0130/210043.993:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1617. [10916:264:0130/210043.995:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1618. [10916:264:0130/210044.692:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1619. [10916:264:0130/210044.692:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1620. [10916:264:0130/210044.693:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1621. [10916:264:0130/210044.694:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1312, 64)
  1622. [10916:264:0130/210044.874:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1623. [10916:264:0130/210044.924:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1624. [10916:264:0130/210044.926:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1625. [10916:264:0130/210044.929:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1626. [10916:264:0130/210044.931:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1627. [10916:264:0130/210044.935:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1628. [10916:264:0130/210044.935:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1629. [10916:264:0130/210045.097:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1630. [10916:264:0130/210045.098:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1631. [10916:264:0130/210045.101:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1632. [10916:264:0130/210045.103:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1633. [10916:264:0130/210045.124:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1634. [10916:264:0130/210045.126:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1635. [10916:264:0130/210045.128:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1636. [10916:264:0130/210045.175:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1637. [10916:264:0130/210045.177:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1638. [10916:264:0130/210045.178:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1639. [10916:264:0130/210045.180:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1640. [10916:264:0130/210045.370:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1641. [10916:264:0130/210045.373:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1642. [10916:264:0130/210045.376:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1643. [10916:264:0130/210045.379:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1644. [10916:264:0130/210045.382:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1645. [10916:264:0130/210045.384:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1646. [10916:264:0130/210045.389:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1647. [10916:264:0130/210045.392:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1648. [10916:264:0130/210045.397:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1649. [10916:264:0130/210045.397:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1650. [10916:264:0130/210045.412:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1651. [10916:264:0130/210045.413:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1652. [10916:264:0130/210045.415:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1653. [10916:264:0130/210046.185:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1654. [10916:264:0130/210046.186:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1655. [10916:264:0130/210046.188:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1656. [10916:264:0130/210046.190:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1657. [10916:264:0130/210046.192:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1658. [10916:264:0130/210046.192:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1659. [10916:264:0130/210046.193:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1312, 64)
  1660. [10916:264:0130/210046.379:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1661. [10916:264:0130/210046.382:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1662. [10916:264:0130/210046.384:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1663. [10916:264:0130/210046.386:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1664. [10916:264:0130/210046.389:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1665. [10916:264:0130/210046.443:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1666. [10916:264:0130/210046.445:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1667. [10916:264:0130/210046.446:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1668. [10916:264:0130/210046.450:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1669. [10916:264:0130/210046.458:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1670. [10916:264:0130/210046.460:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1671. [10916:264:0130/210046.464:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1672. [10916:264:0130/210046.466:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1673. [10916:264:0130/210046.481:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1674. [10916:264:0130/210046.484:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1675. [10916:264:0130/210046.487:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1676. [10916:264:0130/210046.488:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1677. [10916:264:0130/210108.682:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1678. [10916:264:0130/210108.682:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1679. [10916:264:0130/210108.682:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1680. [10916:264:0130/210108.683:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1681. [10916:264:0130/210108.874:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1682. [10916:264:0130/210108.874:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1683. [10916:264:0130/210108.874:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1684. [10916:264:0130/210108.874:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1685. [10916:264:0130/210108.879:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1686. [10916:264:0130/210108.881:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1687. [10916:264:0130/210108.884:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1688. [10916:264:0130/210108.887:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1689. [10916:264:0130/210108.900:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1690. [10916:264:0130/210108.902:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1691. [10916:264:0130/210108.905:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1692. [10916:264:0130/210108.908:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1693. [10916:264:0130/210108.911:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1694. [10916:264:0130/210108.912:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1695. [10916:264:0130/210108.913:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1312, 64)
  1696. [10916:264:0130/210108.914:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1697. [10916:264:0130/210108.914:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1698. [10916:264:0130/210109.096:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1699. [10916:264:0130/210109.098:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1700. [10916:264:0130/210109.101:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1701. [10916:264:0130/210109.113:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1702. [10916:264:0130/210109.116:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1703. [10916:264:0130/210109.119:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1704. [10916:264:0130/210109.180:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1705. [10916:264:0130/210109.182:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1706. [10916:264:0130/210109.183:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1707. [10916:264:0130/210109.185:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1708. [10916:264:0130/210109.200:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1709. [10916:264:0130/210109.202:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1710. [10916:264:0130/210109.205:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1711. [10916:264:0130/210109.207:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1712. [10916:264:0130/210109.236:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1713. [10916:264:0130/210109.238:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1714. [10916:264:0130/210109.240:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1715. [10916:264:0130/210109.242:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1716. [10916:264:0130/210109.245:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1717. [10916:264:0130/210109.247:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1718. [10916:264:0130/210109.249:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1719. [10916:264:0130/210109.401:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1720. [10916:264:0130/210109.404:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1721. [10916:264:0130/210109.406:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1722. [10916:264:0130/210109.413:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1723. [10916:264:0130/210109.415:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1724. [10916:264:0130/210109.416:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1725. [10916:264:0130/210110.281:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1726. [10916:264:0130/210110.282:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1312, 64)
  1727. [10916:264:0130/210110.296:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (192, 1280)
  1728. [10916:264:0130/210110.483:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1729. [10916:264:0130/210110.486:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1730. [10916:264:0130/210110.488:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1731. [10916:264:0130/210110.491:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1732. [10916:264:0130/210110.499:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1733. [10916:264:0130/210110.501:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1734. [10916:264:0130/210110.505:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1735. [10916:264:0130/210110.508:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1736. [10916:264:0130/210110.511:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 128)
  1737. [10916:264:0130/210110.513:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (1312, 64)
  1738. [10916:264:0130/210110.513:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1739. [10916:264:0130/210110.516:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1740. [10916:264:0130/210110.518:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1741. [10916:264:0130/210110.520:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1742. [10916:264:0130/210110.522:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1743. [10916:264:0130/210110.698:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1744. [10916:264:0130/210110.698:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1745. [10916:264:0130/210110.701:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1746. [10916:264:0130/210110.703:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1747. [10916:264:0130/210110.705:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1748. [10916:264:0130/210110.714:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1749. [10916:264:0130/210110.719:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1750. [10916:264:0130/210110.723:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1751. [10916:264:0130/210110.732:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1752. [10916:264:0130/210110.734:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1753. [10916:264:0130/210110.736:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1754. [10916:264:0130/210110.796:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1755. [10916:264:0130/210110.799:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1756. [10916:264:0130/210110.801:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1757. [10916:264:0130/210110.804:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1758. [10916:264:0130/210110.831:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1759. [10916:264:0130/210110.833:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1760. [10916:264:0130/210110.835:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1761. [10916:264:0130/210110.837:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1762. [10916:264:0130/210110.853:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2592, 352)
  1763. [10916:264:0130/210110.856:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1764. [10916:264:0130/210110.859:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1765. [10916:264:0130/210110.862:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1766. [10916:264:0130/210110.864:ERROR:shared_image_manager.cc(202)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
  1767. [10916:264:0130/210110.876:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1768. [10916:264:0130/210110.879:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
  1769. [10916:264:0130/210110.882:ERROR:shared_image_representation.cc(266)] : Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (2560, 352)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement