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

Unified Diff: media/gpu/gpu_video_accelerator_util.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 | « media/gpu/generic_v4l2_device.cc ('k') | media/gpu/gpu_video_accelerator_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/gpu_video_accelerator_util.h
diff --git a/media/gpu/ipc/common/gpu_video_accelerator_util.h b/media/gpu/gpu_video_accelerator_util.h
similarity index 90%
rename from media/gpu/ipc/common/gpu_video_accelerator_util.h
rename to media/gpu/gpu_video_accelerator_util.h
index 1d9409469caf1dc1a969c2c2d9fcc48357ade069..8cf8c12b7bb4ba27687412b81a56762f732364f5 100644
--- a/media/gpu/ipc/common/gpu_video_accelerator_util.h
+++ b/media/gpu/gpu_video_accelerator_util.h
@@ -2,18 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_GPU_IPC_COMMON_GPU_VIDEO_ACCELERATOR_UTIL_H_
-#define MEDIA_GPU_IPC_COMMON_GPU_VIDEO_ACCELERATOR_UTIL_H_
+#ifndef MEDIA_GPU_GPU_VIDEO_ACCELERATOR_UTIL_H_
+#define MEDIA_GPU_GPU_VIDEO_ACCELERATOR_UTIL_H_
#include <vector>
#include "gpu/config/gpu_info.h"
+#include "media/gpu/media_gpu_export.h"
#include "media/video/video_decode_accelerator.h"
#include "media/video/video_encode_accelerator.h"
namespace media {
-class GpuVideoAcceleratorUtil {
+class MEDIA_GPU_EXPORT GpuVideoAcceleratorUtil {
public:
// Convert decoder gpu capabilities to media capabilities.
static VideoDecodeAccelerator::Capabilities
@@ -60,4 +61,4 @@ class GpuVideoAcceleratorUtil {
} // namespace media
-#endif // MEDIA_GPU_IPC_COMMON_GPU_VIDEO_ACCELERATOR_UTIL_H_
+#endif // MEDIA_GPU_GPU_VIDEO_ACCELERATOR_UTIL_H_
« no previous file with comments | « media/gpu/generic_v4l2_device.cc ('k') | media/gpu/gpu_video_accelerator_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698