Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / angle / util / EGLWindow.cpp
index 6c5e38f..2e01399 100644 (file)
@@ -66,7 +66,7 @@ EGLContext EGLWindow::getContext() const
     return mContext;
 }
 
-bool EGLWindow::initializeGL(const OSWindow *osWindow)
+bool EGLWindow::initializeGL(OSWindow *osWindow)
 {
     PFNEGLGETPLATFORMDISPLAYEXTPROC eglGetPlatformDisplayEXT = reinterpret_cast<PFNEGLGETPLATFORMDISPLAYEXTPROC>(eglGetProcAddress("eglGetPlatformDisplayEXT"));
     if (!eglGetPlatformDisplayEXT)