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

Unified Diff: content/common/gpu/client/gpu_video_decode_accelerator_host.h

Issue 9340012: Move gpu client files to content_common, in content/common/gpu/client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unneeded enums Created 8 years, 10 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/gpu/client/gpu_video_decode_accelerator_host.h
diff --git a/content/renderer/gpu/gpu_video_decode_accelerator_host.h b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
similarity index 91%
rename from content/renderer/gpu/gpu_video_decode_accelerator_host.h
rename to content/common/gpu/client/gpu_video_decode_accelerator_host.h
index b926e8ea83c248b579d680f3ba356401b489b71d..396c6eba1dfb9bc19555e045ba4b7a2ca6c997a1 100644
--- a/content/renderer/gpu/gpu_video_decode_accelerator_host.h
+++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_RENDERER_GPU_GPU_VIDEO_DECODE_ACCELERATOR_HOST_H_
-#define CONTENT_RENDERER_GPU_GPU_VIDEO_DECODE_ACCELERATOR_HOST_H_
+#ifndef CONTENT_COMMON_GPU_CLIENT_GPU_VIDEO_DECODE_ACCELERATOR_HOST_H_
+#define CONTENT_COMMON_GPU_CLIENT_GPU_VIDEO_DECODE_ACCELERATOR_HOST_H_
#include <vector>
@@ -58,7 +58,7 @@ class GpuVideoDecodeAcceleratorHost
GpuChannelHost* channel_;
// Route ID for the associated decoder in the GPU process.
- // TODO(fischman): storing route_id's for GPU process entities in the renderer
+ // TODO(fischman): storing route_id's for GPU process entities in the client
// process is vulnerable to GPU process crashing & being respawned, and
// attempting to use an outdated or reused route id.
int32 decoder_route_id_;
@@ -69,4 +69,4 @@ class GpuVideoDecodeAcceleratorHost
DISALLOW_COPY_AND_ASSIGN(GpuVideoDecodeAcceleratorHost);
};
-#endif // CONTENT_RENDERER_GPU_GPU_VIDEO_DECODE_ACCELERATOR_HOST_H_
+#endif // CONTENT_COMMON_GPU_CLIENT_GPU_VIDEO_DECODE_ACCELERATOR_HOST_H_
« no previous file with comments | « content/common/gpu/client/gpu_channel_host.cc ('k') | content/common/gpu/client/gpu_video_decode_accelerator_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698