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

Unified Diff: content/common/gpu/gpu_channel.h

Issue 7292010: Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | content/common/gpu/gpu_channel.cc » ('j') | content/common/gpu/gpu_channel.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel.h
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index 8477b9204494545c30f0e72241f5e224a21cfdd5..e137aa8b2069d403ad36f6ddf9f1605ea6faf16f 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -178,6 +178,8 @@ class GpuChannel : public IPC::Channel::Listener,
typedef IDMap<GpuCommandBufferStub, IDMapOwnPointer> StubMap;
StubMap stubs_;
+ std::map<int32, GpuCommandBufferStub*> stubs_by_video_decoder_id_;
Ami GONE FROM CHROMIUM 2011/06/30 22:20:39 Does it work to use an IDMap<GpuCommandBufferStub,
vrk (LEFT CHROMIUM) 2011/07/01 18:12:14 No need for this map anymore! Create/Destroy messa
+
typedef IDMap<GpuSurfaceStub, IDMapOwnPointer> SurfaceMap;
SurfaceMap surfaces_;
« no previous file with comments | « no previous file | content/common/gpu/gpu_channel.cc » ('j') | content/common/gpu/gpu_channel.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698