Index: gpu/gles2_conform_support/native/egl_native_windowless.cc |
diff --git a/gpu/gles2_conform_support/native/egl_native_windowless.cc b/gpu/gles2_conform_support/native/egl_native_windowless.cc |
index 14172cfea1e2f13451fbb5fb9673a8c06f69188c..c54bd672f4f9102e132d7184d5b5df633105787b 100644 |
--- a/gpu/gles2_conform_support/native/egl_native_windowless.cc |
+++ b/gpu/gles2_conform_support/native/egl_native_windowless.cc |
@@ -24,9 +24,8 @@ GTFbool GTFNativeCreateWindow(EGLNativeDisplayType nativeDisplay, |
EGLDisplay eglDisplay, EGLConfig eglConfig, |
const char* title, int width, int height, |
EGLNativeWindowType *pNativeWindow) { |
- egl::Display* display = static_cast<egl::Display*>(eglDisplay); |
- display->SetCreateOffscreen(width, height); |
- return GTFtrue; |
+ // GTF should use EGL pbuffer interface directly. |
Kimmo Kinnunen
2016/02/24 12:32:43
Do you think you could fix GTF?
|
+ return GTFfalse; |
Kimmo Kinnunen
2016/02/26 06:13:01
So there was this..
|
} |
void GTFNativeDestroyWindow(EGLNativeDisplayType nativeDisplay, |