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

Unified Diff: media/gpu/avda_shared_state.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/avda_return_on_failure.h ('k') | media/gpu/avda_shared_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/avda_shared_state.h
diff --git a/content/common/gpu/media/avda_shared_state.h b/media/gpu/avda_shared_state.h
similarity index 98%
rename from content/common/gpu/media/avda_shared_state.h
rename to media/gpu/avda_shared_state.h
index 79534f2cf30eae4e4549a63f2f48ba6462eaa364..c1e01a1f77895aa0ab130432d2971abb50b986c9 100644
--- a/content/common/gpu/media/avda_shared_state.h
+++ b/media/gpu/avda_shared_state.h
@@ -18,11 +18,9 @@ class SurfaceTexture;
}
namespace media {
-class MediaCodecBridge;
-}
-namespace content {
class AVDACodecImage;
+class MediaCodecBridge;
// Shared state to allow communication between the AVDA and the
// GLImages that configure GL for drawing the frames.
@@ -107,6 +105,6 @@ class AVDASharedState : public base::RefCounted<AVDASharedState> {
DISALLOW_COPY_AND_ASSIGN(AVDASharedState);
};
-} // namespace content
+} // namespace media
#endif // CONTENT_COMMON_GPU_AVDA_SHARED_STATE_H_
« no previous file with comments | « media/gpu/avda_return_on_failure.h ('k') | media/gpu/avda_shared_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698