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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h

Issue 17447007: Change WGC3DInProcessCBImpl factories to return a base class pointer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
index 8715f81ba1c72c82b11a6c05b031c20abe5a8b54..490087ac88d44762f76af0c01a4f6c8fe58af44e 100644
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
@@ -47,12 +47,12 @@ namespace gpu {
class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
: public NON_EXPORTED_BASE(WebKit::WebGraphicsContext3D) {
public:
- static WebGraphicsContext3DInProcessCommandBufferImpl*
+ static WebKit::WebGraphicsContext3D*
jamesr 2013/06/19 23:07:16 not your fault, but this would be better if it ret
no sievers 2013/06/20 00:43:47 Done.
CreateViewContext(
const WebKit::WebGraphicsContext3D::Attributes& attributes,
gfx::AcceleratedWidget window);
- static WebGraphicsContext3DInProcessCommandBufferImpl*
+ static WebKit::WebGraphicsContext3D*
CreateOffscreenContext(
const WebKit::WebGraphicsContext3D::Attributes& attributes);

Powered by Google App Engine
This is Rietveld 408576698