summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/gpu_channel.h')
-rw-r--r--content/common/gpu/gpu_channel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index dafd53e..d4025ae 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -24,7 +24,7 @@ class GpuChannelManager;
struct GPUCreateCommandBufferConfig;
class GpuWatchdog;
class TransportTexture;
-
+
namespace base {
class MessageLoopProxy;
class WaitableEvent;
@@ -112,11 +112,11 @@ class GpuChannel : public IPC::Channel::Listener,
int32* route_id);
void OnDestroyCommandBuffer(int32 route_id);
- void OnCreateVideoDecoder(int32 context_route_id,
- int32 decoder_host_id);
+ void OnCreateVideoDecoder(int32 decoder_host_id,
+ const std::vector<uint32>& configs);
void OnDestroyVideoDecoder(int32 decoder_id);
void OnCreateTransportTexture(int32 context_route_id, int32 host_id);
-
+
// The lifetime of objects of this class is managed by a GpuChannelManager.
// The GpuChannelManager destroy all the GpuChannels that they own when they
// are destroyed. So a raw pointer is safe.