Index: chrome/gpu/gpu_channel.cc |
=================================================================== |
--- chrome/gpu/gpu_channel.cc (revision 67491) |
+++ chrome/gpu/gpu_channel.cc (working copy) |
@@ -133,6 +133,10 @@ |
GetProp(view, chrome::kChromiumRendererIdProperty)); |
if (view_renderer_id != renderer_id_) |
return; |
+ |
+ // Note, we don't actually render into the view HWND. Instead, inside |
+ // the GpuCommandBufferStub, we will create a child window within the view |
+ // HWND into which we will render. |
handle = view; |
#elif defined(OS_LINUX) |
ChildThread* gpu_thread = ChildThread::current(); |