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

Unified Diff: o3d/command_buffer/service/win/d3d9/gapi_d3d9.h

Issue 234001: GPUProcessor uses O3D command buffer service to render to a window.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « o3d/command_buffer/service/cross/gapi_decoder.h ('k') | o3d/gpu_plugin/command_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: o3d/command_buffer/service/win/d3d9/gapi_d3d9.h
===================================================================
--- o3d/command_buffer/service/win/d3d9/gapi_d3d9.h (revision 26805)
+++ o3d/command_buffer/service/win/d3d9/gapi_d3d9.h (working copy)
@@ -54,6 +54,7 @@
virtual ~GAPID3D9();
void set_hwnd(HWND hwnd) { hwnd_ = hwnd; }
+ HWND hwnd() const { return hwnd_; }
// Initializes the graphics context, bound to a window.
// Returns:
« no previous file with comments | « o3d/command_buffer/service/cross/gapi_decoder.h ('k') | o3d/gpu_plugin/command_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698