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

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

Issue 1634443002: Revert "Implement GpuArcVideoService for arc video accelerator" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/common/BUILD.gn ('k') | content/common/gpu/gpu_channel_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel_manager.h
diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
index 7286e4a97a8008be253a133c1c52a9f1510d1228..89795fc197cc9ffbcb6146fcec445d8ea1c24c65 100644
--- a/content/common/gpu/gpu_channel_manager.h
+++ b/content/common/gpu/gpu_channel_manager.h
@@ -58,9 +58,6 @@ struct GPUCreateCommandBufferConfig;
struct GpuMsg_EstablishChannel_Params;
namespace content {
-#if defined(OS_CHROMEOS)
-class GpuArcVideoService;
-#endif
class GpuChannel;
class GpuMemoryBufferFactory;
class GpuWatchdog;
@@ -166,11 +163,6 @@ class CONTENT_EXPORT GpuChannelManager : public IPC::Listener,
void OnDestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
int client_id,
const gpu::SyncToken& sync_token);
-#if defined(OS_CHROMEOS)
- void OnCreateArcVideoAcceleratorChannel();
- void ArcVideoAcceleratorChannelCreated(const IPC::ChannelHandle& handle);
- void OnShutdownArcVideoService();
-#endif
void OnUpdateValueState(int client_id,
unsigned int target,
@@ -202,9 +194,6 @@ class CONTENT_EXPORT GpuChannelManager : public IPC::Listener,
scoped_refptr<gpu::gles2::FramebufferCompletenessCache>
framebuffer_completeness_cache_;
scoped_refptr<gfx::GLSurface> default_offscreen_surface_;
-#if defined(OS_CHROMEOS)
- scoped_ptr<GpuArcVideoService> gpu_arc_video_service_;
-#endif
GpuMemoryBufferFactory* const gpu_memory_buffer_factory_;
#if defined(OS_ANDROID)
// Last time we know the GPU was powered on. Global for tracking across all
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/gpu/gpu_channel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698