summaryrefslogtreecommitdiffstats
path: root/chrome/gpu
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 23:16:27 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 23:16:27 +0000
commit5718606079be87dde2d92f2e00340bdcd8fba63e (patch)
tree66b258730f42462eef9e28af4c762f7cf4f8b521 /chrome/gpu
parentd22712cbdf27d665a0fc68aed718d7d4f1040511 (diff)
downloadchromium_src-5718606079be87dde2d92f2e00340bdcd8fba63e.zip
chromium_src-5718606079be87dde2d92f2e00340bdcd8fba63e.tar.gz
chromium_src-5718606079be87dde2d92f2e00340bdcd8fba63e.tar.bz2
Refactor video decode engines to move them to a new folder
Moving video decode engines and friends to media/video. TEST=Tree is green. Video plays. Review URL: http://codereview.chromium.org/3127027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gpu')
-rw-r--r--chrome/gpu/DEPS3
-rw-r--r--chrome/gpu/gpu_video_decoder.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/chrome/gpu/DEPS b/chrome/gpu/DEPS
index 03e6502..9597b6b 100644
--- a/chrome/gpu/DEPS
+++ b/chrome/gpu/DEPS
@@ -2,6 +2,5 @@ include_rules = [
"+chrome/app",
"+gpu/command_buffer",
"+media/base",
- "+media/filters",
+ "+media/video",
]
-
diff --git a/chrome/gpu/gpu_video_decoder.h b/chrome/gpu/gpu_video_decoder.h
index caed871..977cd02 100644
--- a/chrome/gpu/gpu_video_decoder.h
+++ b/chrome/gpu/gpu_video_decoder.h
@@ -10,7 +10,7 @@
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "chrome/common/gpu_video_common.h"
-#include "media/filters/video_decode_engine.h"
+#include "media/video/video_decode_engine.h"
#include "ipc/ipc_channel.h"
class GpuChannel;
@@ -93,4 +93,3 @@ class GpuVideoDecoder
};
#endif // CHROME_GPU_GPU_VIDEO_DECODER_H_
-