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

Unified Diff: content/common/webkitplatformsupport_impl.h

Issue 9667012: Fix --single-process mode issues with GpuChannelHostFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/webkitplatformsupport_impl.h
diff --git a/content/common/webkitplatformsupport_impl.h b/content/common/webkitplatformsupport_impl.h
index 6cadfdea8a5a5645cccbdb3d43848a15664100c2..d92d4b420e5baa85d811937e1423ccc9a2c284e5 100644
--- a/content/common/webkitplatformsupport_impl.h
+++ b/content/common/webkitplatformsupport_impl.h
@@ -10,6 +10,8 @@
#include "content/common/content_export.h"
#include "webkit/glue/webkitplatformsupport_impl.h"
+class GpuChannelHostFactory;
+
namespace content {
// This is a specialization of WebKitPlatformSupportImpl that implements the
@@ -32,6 +34,9 @@ class CONTENT_EXPORT WebKitPlatformSupportImpl
webkit_glue::WebSocketStreamHandleDelegate* delegate) OVERRIDE;
virtual WebKit::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
const WebKit::WebGraphicsContext3D::Attributes& attributes);
+
+ protected:
+ virtual GpuChannelHostFactory* GetGpuChannelHostFactory();
};
} // namespace content
« no previous file with comments | « content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc ('k') | content/common/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698