Chromium Code Reviews
        
  Descriptionegl_test.cc: Remove ignored __dllimport
__dllimport doesn't make sense on a typedef. MSVC just ignores it,
but Clang ignores and warns, which we treat as an error:
..\..\gpu\command_buffer\tests\egl_test.cc(478,11) :
error: 'dllimport' attribute only applies to variables,
functions and classes [-Werror,-Wignored-attributes]
  typedef GL_APICALL void(GL_APIENTRY * glEnableProc)(GLenum);
          ^
BUG=82385
CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel
TBR=kkinnunen
   
  Patch Set 1 #
 Messages
    Total messages: 9 (7 generated)
     
  
  
       | 
    |||||||||||||||||||