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

Unified Diff: media/base/android/video_decoder_job.h

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/base/android/media_source_player_unittest.cc ('k') | media/base/android/video_decoder_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/video_decoder_job.h
diff --git a/media/base/android/video_decoder_job.h b/media/base/android/video_decoder_job.h
index cafcedf3594fd622e7646cd7b26028aa0da6a974..43863d4de1c4fc650f417d0e881ebaf78e8ee23c 100644
--- a/media/base/android/video_decoder_job.h
+++ b/media/base/android/video_decoder_job.h
@@ -28,7 +28,7 @@ class VideoDecoderJob : public MediaDecoderJob {
// Passes a java surface object to the codec. Returns true if the surface
// can be used by the decoder, or false otherwise.
- bool SetVideoSurface(gfx::ScopedJavaSurface surface);
+ bool SetVideoSurface(gl::ScopedJavaSurface surface);
// MediaDecoderJob implementation.
bool HasStream() const override;
@@ -67,7 +67,7 @@ class VideoDecoderJob : public MediaDecoderJob {
int output_height_;
// The surface object currently owned by the player.
- gfx::ScopedJavaSurface surface_;
+ gl::ScopedJavaSurface surface_;
DISALLOW_COPY_AND_ASSIGN(VideoDecoderJob);
};
« no previous file with comments | « media/base/android/media_source_player_unittest.cc ('k') | media/base/android/video_decoder_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698