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

Unified Diff: third_party/khronos/EGL/eglplatform.h

Issue 23438002: Adding functionality to paint and signal buffer swap for ozone surface factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using intptr_t for EGLNativeDisplayType on OZONE Created 7 years, 4 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 | « no previous file | ui/base/ozone/event_factory_ozone.cc » ('j') | ui/gl/gl_surface_egl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/khronos/EGL/eglplatform.h
diff --git a/third_party/khronos/EGL/eglplatform.h b/third_party/khronos/EGL/eglplatform.h
index c7d3d7bba2c75f965acfa969fb08f9d3365f72c5..ed5aab2a30cd1bf176da33b6bf89f1037833fe48 100644
--- a/third_party/khronos/EGL/eglplatform.h
+++ b/third_party/khronos/EGL/eglplatform.h
@@ -96,7 +96,7 @@ typedef void* EGLNativeDisplayType;
#elif defined(USE_OZONE)
-typedef int EGLNativeDisplayType;
+typedef intptr_t EGLNativeDisplayType;
vignatti (out of this project) 2013/08/29 18:09:34 changes in khronos EGL are not causing any effect
typedef intptr_t EGLNativeWindowType;
typedef intptr_t EGLNativePixmapType;
« no previous file with comments | « no previous file | ui/base/ozone/event_factory_ozone.cc » ('j') | ui/gl/gl_surface_egl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698