diff options
Diffstat (limited to 'chrome/gpu')
-rw-r--r-- | chrome/gpu/DEPS | 3 | ||||
-rw-r--r-- | chrome/gpu/gpu_video_decoder.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chrome/gpu/DEPS b/chrome/gpu/DEPS index 9597b6b..03e6502 100644 --- a/chrome/gpu/DEPS +++ b/chrome/gpu/DEPS @@ -2,5 +2,6 @@ include_rules = [ "+chrome/app",
"+gpu/command_buffer",
"+media/base",
- "+media/video",
+ "+media/filters",
]
+
diff --git a/chrome/gpu/gpu_video_decoder.h b/chrome/gpu/gpu_video_decoder.h index 977cd02..caed871 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/video/video_decode_engine.h" +#include "media/filters/video_decode_engine.h" #include "ipc/ipc_channel.h" class GpuChannel; @@ -93,3 +93,4 @@ class GpuVideoDecoder }; #endif // CHROME_GPU_GPU_VIDEO_DECODER_H_ + |