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

Unified Diff: content/common/gpu/media/android_deferred_rendering_backing_strategy.h

Issue 1421903006: ui/gl: Move GLImage into gl namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ozone demo Created 5 years, 2 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
Index: content/common/gpu/media/android_deferred_rendering_backing_strategy.h
diff --git a/content/common/gpu/media/android_deferred_rendering_backing_strategy.h b/content/common/gpu/media/android_deferred_rendering_backing_strategy.h
index 3439a6f1f5ed057dab367a61bf2bc0515a3444b0..7fb8d2b083f60ccc0d01fa8ad37322d13e855222 100644
--- a/content/common/gpu/media/android_deferred_rendering_backing_strategy.h
+++ b/content/common/gpu/media/android_deferred_rendering_backing_strategy.h
@@ -8,7 +8,7 @@
#include "content/common/content_export.h"
#include "content/common/gpu/media/android_video_decode_accelerator.h"
-namespace gfx {
+namespace gl {
class GLImage;
}
@@ -59,7 +59,7 @@ class CONTENT_EXPORT AndroidDeferredRenderingBackingStrategy
// Return the AVDACodecImage for a given PictureBuffer's texture.
AVDACodecImage* GetImageForPicture(const media::PictureBuffer&);
void SetImageForPicture(const media::PictureBuffer& picture_buffer,
- const scoped_refptr<gfx::GLImage>& image);
+ const scoped_refptr<gl::GLImage>& image);
scoped_refptr<AVDASharedState> shared_state_;

Powered by Google App Engine
This is Rietveld 408576698