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

Unified Diff: content/common/gpu/media/vaapi_picture.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/vaapi_picture.h
diff --git a/content/common/gpu/media/vaapi_picture.h b/content/common/gpu/media/vaapi_picture.h
index ad43dfa3af303270cb0be47a8b1fbe09b662511c..c1fb4c5b789cc20bd7e7a2024814a2f0f8265f28 100644
--- a/content/common/gpu/media/vaapi_picture.h
+++ b/content/common/gpu/media/vaapi_picture.h
@@ -16,7 +16,7 @@
#include "base/threading/non_thread_safe.h"
#include "ui/gfx/geometry/size.h"
-namespace gfx {
+namespace gl {
class GLImage;
}
@@ -40,7 +40,7 @@ class VaapiPicture : public base::NonThreadSafe {
virtual bool AllowOverlay() const;
// Returns the |GLImage|, if any, to bind to the texture.
- virtual scoped_refptr<gfx::GLImage> GetImageToBind() = 0;
+ virtual scoped_refptr<gl::GLImage> GetImageToBind() = 0;
// Downloads the |va_surface| into the picture, potentially scaling
// it if needed.

Powered by Google App Engine
This is Rietveld 408576698