Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: content/common/gpu/gpu_command_buffer_stub.cc

Issue 10735010: 3D Compositing in <browser>, first draft. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_) {

Powered by Google App Engine
This is Rietveld 408576698