gl_surface_glx.cc | 234 shim_(new SGIVideoSyncProviderThreadShim(window)), 235 cancel_vsync_flag_(shim_->cancel_vsync_flag()), 236 vsync_lock_(shim_->vsync_lock()) { 240 base::Unretained(shim_.get()))); 249 // Hand-off |shim_| to be deleted on the |vsync_thread_|. 252 shim_.release()); 264 base::Unretained(shim_.get()), 282 scoped_ptr<SGIVideoSyncProviderThreadShim> shim_; member in class:gfx::__anon16789::SGIVideoSyncVSyncProvider 286 // Raw pointers to sync primitives owned by the shim_. 288 // the shim_, so they are safe to access [all...] |