diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/gpu/DEPS | 3 | ||||
-rw-r--r-- | chrome/gpu/gpu_video_decoder.h | 3 |
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_ - |