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

Unified Diff: ui/gfx/gl/gl_context_egl.h

Issue 9814001: Add VAVDA, the VAAPI Video Decode Accelerator for Intel CPUs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/gfx/gl/gl_context_egl.h
diff --git a/ui/gfx/gl/gl_context_egl.h b/ui/gfx/gl/gl_context_egl.h
index 7c8c62c8e7e654bca392a0284def151a68c9b9f8..a3291e6db0cf77453c40fc8cce7f4ce60516665d 100644
--- a/ui/gfx/gl/gl_context_egl.h
+++ b/ui/gfx/gl/gl_context_egl.h
@@ -33,6 +33,7 @@ class GLContextEGL : public GLContext {
virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
virtual bool IsCurrent(GLSurface* surface) OVERRIDE;
virtual void* GetHandle() OVERRIDE;
+ virtual EGLDisplay GetDisplay() OVERRIDE;
Ami GONE FROM CHROMIUM 2012/03/21 13:16:24 I think the ui/ part of this CL should be pulled o
Pawel Osciak 2012/03/21 18:40:35 Yes, it will be the case in the final CL, just did
Ami GONE FROM CHROMIUM 2012/03/22 17:01:36 My CR process doesn't (usually) include compiling
virtual void SetSwapInterval(int interval) OVERRIDE;
virtual std::string GetExtensions() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698