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

Unified Diff: gpu/command_buffer/tests/egl_test.cc

Issue 1731793008: egl_test.cc: Remove ignored __dllimport Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/egl_test.cc
diff --git a/gpu/command_buffer/tests/egl_test.cc b/gpu/command_buffer/tests/egl_test.cc
index 05465d94f54e71138bfc81326ef547398aca3d6d..945c472dff6e6e0140b809977a82b6bfec3ecd7b 100644
--- a/gpu/command_buffer/tests/egl_test.cc
+++ b/gpu/command_buffer/tests/egl_test.cc
@@ -475,7 +475,7 @@ TEST_F(EGLMultipleSurfacesContextsTest, MakeCurrentSurfaceFails) {
TEST_F(EGLMultipleSurfacesContextsTest, CallGLOnMultipleContextNoCrash) {
EXPECT_TRUE(eglMakeCurrent(display_, surface1_, surface1_, context1_));
- typedef GL_APICALL void(GL_APIENTRY * glEnableProc)(GLenum);
+ typedef void(GL_APIENTRY * glEnableProc)(GLenum);
glEnableProc glEnable =
reinterpret_cast<glEnableProc>(eglGetProcAddress("glEnable"));
EXPECT_NE(nullptr, glEnable);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698