Chromium Code Reviews| Index: content/common/gpu/gpu_command_buffer_stub.cc |
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
| index 3739f8e3063695b29fd4f2c440918fe6877be8ab..dcdbc82f43703b961b2e44762bc81e314bbfc97a 100644 |
| --- a/content/common/gpu/gpu_command_buffer_stub.cc |
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc |
| @@ -274,6 +274,7 @@ void GpuCommandBufferStub::OnInitialize( |
| decoder_->set_engine(scheduler_.get()); |
| + printf("initializing command buffer stub; handle is %s and has textures %u and %u\n", handle_.is_null() ? "null" : "not null", handle_.parent_texture_id[0], handle_.parent_texture_id[1]); |
|
Fady Samuel
2012/07/06 15:14:44
Delete once you're done debugging please.
|
| if (!handle_.is_null()) { |
| #if defined(OS_MACOSX) || defined(UI_COMPOSITOR_IMAGE_TRANSPORT) |
| if (software_) { |