summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/angle/src/libEGL/Display.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/angle/src/libEGL/Display.h')
-rw-r--r--chromium/third_party/angle/src/libEGL/Display.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/third_party/angle/src/libEGL/Display.h b/chromium/third_party/angle/src/libEGL/Display.h
index 58c3940331b..e394260e318 100644
--- a/chromium/third_party/angle/src/libEGL/Display.h
+++ b/chromium/third_party/angle/src/libEGL/Display.h
@@ -11,8 +11,6 @@
#ifndef LIBEGL_DISPLAY_H_
#define LIBEGL_DISPLAY_H_
-#include "common/system.h"
-
#include <set>
#include <vector>
@@ -42,7 +40,7 @@ class Display
EGLSurface createWindowSurface(HWND window, EGLConfig config, const EGLint *attribList);
EGLSurface createOffscreenSurface(EGLConfig config, HANDLE shareHandle, const EGLint *attribList);
- EGLContext createContext(EGLConfig configHandle, const gl::Context *shareContext, bool notifyResets, bool robustAccess);
+ EGLContext createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess);
void destroySurface(egl::Surface *surface);
void destroyContext(gl::Context *context);