summaryrefslogtreecommitdiffstats
path: root/content/common/gpu
diff options
context:
space:
mode:
authormarkdittmer <markdittmer@chromium.org>2016-03-18 10:45:59 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-18 17:47:14 +0000
commit8f7d3459c6ad0ccf4c0d36558eb2cafe1f8e718c (patch)
tree4e9d6a2df82b015fae37ac8b465cdca6fb141f6f /content/common/gpu
parent7f655804a58cc36cae9db8f50e9dd9e362efb434 (diff)
downloadchromium_src-8f7d3459c6ad0ccf4c0d36558eb2cafe1f8e718c.zip
chromium_src-8f7d3459c6ad0ccf4c0d36558eb2cafe1f8e718c.tar.gz
chromium_src-8f7d3459c6ad0ccf4c0d36558eb2cafe1f8e718c.tar.bz2
Drop unused dependency on //media in gpu_command_buffer_stub
BUG=586385 Review URL: https://codereview.chromium.org/1810383002 Cr-Commit-Position: refs/heads/master@{#382008}
Diffstat (limited to 'content/common/gpu')
-rw-r--r--content/common/gpu/gpu_command_buffer_stub.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index 085939b..58d32c3 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -27,7 +27,6 @@
#include "gpu/ipc/common/surface_handle.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
-#include "media/video/video_decode_accelerator.h"
#include "ui/events/latency_info.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/gpu_memory_buffer.h"
@@ -53,8 +52,6 @@ struct GpuCommandBufferMsg_CreateImage_Params;
namespace content {
class GpuChannel;
-class GpuVideoDecodeAccelerator;
-class GpuVideoEncodeAccelerator;
class GpuWatchdog;
struct WaitForCommandState;