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

Unified Diff: content/public/gpu/gpu_video_decode_accelerator_factory.h

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/public/gpu/BUILD.gn ('k') | content/public/gpu/gpu_video_decode_accelerator_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/gpu/gpu_video_decode_accelerator_factory.h
diff --git a/content/public/gpu/gpu_video_decode_accelerator_factory.h b/content/public/gpu/gpu_video_decode_accelerator_factory.h
index ea740e2441aaa3b36d480ffa65a3204dbd203f88..6a1beb6f1dcc29ea88665e1a536057f0e2155451 100644
--- a/content/public/gpu/gpu_video_decode_accelerator_factory.h
+++ b/content/public/gpu/gpu_video_decode_accelerator_factory.h
@@ -27,9 +27,11 @@ class GLES2Decoder;
}
}
-namespace content {
-
+namespace media {
class GpuVideoDecodeAcceleratorFactoryImpl;
+}
+
+namespace content {
// This factory allows creation of VideoDecodeAccelerator implementations,
// providing the most applicable VDA for current platform and given
@@ -90,12 +92,14 @@ class CONTENT_EXPORT GpuVideoDecodeAcceleratorFactory {
private:
// TODO(posciak): This is temporary and will not be needed once
- // GpuVideoDecodeAcceleratorFactoryImpl implements
+ // media::GpuVideoDecodeAcceleratorFactoryImpl implements
// GpuVideoDecodeAcceleratorFactory, see crbug.com/597150 and related.
GpuVideoDecodeAcceleratorFactory(
- std::unique_ptr<GpuVideoDecodeAcceleratorFactoryImpl> gvdafactory_impl);
+ std::unique_ptr<media::GpuVideoDecodeAcceleratorFactoryImpl>
+ gvdafactory_impl);
- std::unique_ptr<GpuVideoDecodeAcceleratorFactoryImpl> gvdafactory_impl_;
+ std::unique_ptr<media::GpuVideoDecodeAcceleratorFactoryImpl>
+ gvdafactory_impl_;
};
} // namespace content
« no previous file with comments | « content/public/gpu/BUILD.gn ('k') | content/public/gpu/gpu_video_decode_accelerator_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698