Commit e96899c4 by Corentin Wallez

Fix compilation of EGLSurfaceTest

BUG=angleproject:892 Change-Id: I8c999e06c8cc3567f7bb1aed23286bd7e9080616 Reviewed-on: https://chromium-review.googlesource.com/270432Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 43b0c221
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
// Tests pertaining to egl::Surface. // Tests pertaining to egl::Surface.
// //
#include <test_utils/ANGLETest.h>
#include <EGL/egl.h> #include <EGL/egl.h>
#include <EGL/eglext.h> #include <EGL/eglext.h>
#include <GLES2/gl2.h> #include <GLES2/gl2.h>
#include "common/angleutils.h"
#include "OSWindow.h" #include "OSWindow.h"
#include "common/angleutils.h"
#include "end2end_tests/ANGLETest.h"
namespace namespace
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment