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

Unified Diff: ui/gl/gl_image.h

Issue 2849963003: Allow putting NV12 software GMBs into overlays on windows (Closed)
Patch Set: Created 3 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
Index: ui/gl/gl_image.h
diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h
index be3d6f4c3918cf0fb683ac08e4535c18a11849ea..3e34bbf32b0be0c3e8ec001de8c1493c8c90bc5a 100644
--- a/ui/gl/gl_image.h
+++ b/ui/gl/gl_image.h
@@ -93,7 +93,7 @@ class GL_EXPORT GLImage : public base::RefCounted<GLImage> {
virtual bool EmulatingRGB() const;
// An identifier for subclasses. Necessary for safe downcasting.
- enum class Type { NONE, IOSURFACE, DXGI_IMAGE };
+ enum class Type { NONE, MEMORY, IOSURFACE, DXGI_IMAGE };
virtual Type GetType() const;
protected:

Powered by Google App Engine
This is Rietveld 408576698