This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1108/170223:INFO:desktop_factory_wayland.cc(13)] Ozone: DesktopFactoryWayland | |
LaunchProcess: failed to execvp: | |
/home/ander/chrome-wayland-0.0.1/nacl_helper | |
[16283:16283:1108/170223:ERROR:nacl_fork_delegate_linux.cc(221)] Bad NaCl helper startup ack (0 bytes) | |
[16280:16280:1108/170223:ERROR:gpu_info_collector_ozone.cc(28)] Not implemented reached in bool gpu::CollectDriverInfoGL(gpu::GPUInfo*) | |
[1108/170223:INFO:desktop_factory_wayland.cc(13)] Ozone: DesktopFactoryWayland | |
[16306:16306:1108/170223:ERROR:sandbox_linux.cc(142)] InitializeSandbox() called with multiple threads in process gpu-process | |
[16280:16280:1108/170223:ERROR:desktop_root_window_host_wayland.cc(455)] Not implemented reached in virtual void ozonewayland::DesktopRootWindowHostWayland::InitModalType(ui::ModalType) | |
[16280:16280:1108/170223:ERROR:desktop_root_window_host_wayland.cc(472)] Not implemented reached in virtual void ozonewayland::DesktopRootWindowHostWayland::OnNativeWidgetFocus() | |
[16280:16280:1108/170223:ERROR:desktop_root_window_host_wa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 0a7b787286722ae0b50a358000d6031eeff7ba34 | |
Author: Tiago Vignatti <[email protected]> | |
Date: Mon Oct 14 17:19:07 2013 +0300 | |
Revert "Track upstream changes." | |
This reverts commit 14c1f41dcc7704f9de58bf9bd9c634c51e31a517. | |
--- | |
impl/desktop_root_window_host_wayland.cc | 2 ++ | |
1 file changed, 2 insertions(+) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/content/browser/aura/gpu_process_transport_factory.cc b/content/browser/aura/gpu_process_transport_factory.cc | |
index 2d09b24..43173d9 100644 | |
--- a/content/browser/aura/gpu_process_transport_factory.cc | |
+++ b/content/browser/aura/gpu_process_transport_factory.cc | |
@@ -435,8 +435,10 @@ GpuProcessTransportFactory::SharedMainThreadContextProvider() { | |
base::Bind(&GpuProcessTransportFactory:: | |
OnLostMainThreadSharedContextInsideCallback, | |
callback_factory_.GetWeakPtr())); | |
- if (!shared_main_thread_contexts_->BindToCurrentThread()) | |
+ if (!shared_main_thread_contexts_->BindToCurrentThread()) { |
NewerOlder