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

Unified Diff: chrome/common/gpu_param_traits.h

Issue 6400007: Implement proxy for 3d-related interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 11 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 | « chrome/common/gpu_messages.cc ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/gpu_param_traits.h
diff --git a/chrome/common/gpu_param_traits.h b/chrome/common/gpu_param_traits.h
index 4f13ab90dbc7309107d98188b02065ec90e88f43..6b352948579691613b3128354d55c4a54679446a 100644
--- a/chrome/common/gpu_param_traits.h
+++ b/chrome/common/gpu_param_traits.h
@@ -15,6 +15,7 @@
#include "gfx/native_widget_types.h"
#include "gfx/rect.h"
#include "gfx/size.h"
+#include "gpu/ipc/gpu_command_buffer_traits.h"
#include "gpu/command_buffer/common/command_buffer.h"
#if defined(OS_MACOSX)
@@ -88,14 +89,6 @@ struct ParamTraits<DxDiagNode> {
};
template <>
-struct ParamTraits<gpu::CommandBuffer::State> {
- typedef gpu::CommandBuffer::State param_type;
- static void Write(Message* m, const param_type& p);
- static bool Read(const Message* m, void** iter, param_type* p);
- static void Log(const param_type& p, std::string* l);
-};
-
-template <>
struct ParamTraits<GPUCreateCommandBufferConfig> {
typedef GPUCreateCommandBufferConfig param_type;
static void Write(Message* m, const param_type& p);
« no previous file with comments | « chrome/common/gpu_messages.cc ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698