 Chromium Code Reviews
 Chromium Code Reviews Issue 1258713002:
  ozone: unify GpuMemoryBufferFactoryOzoneNativePixmap in content/  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1258713002:
  ozone: unify GpuMemoryBufferFactoryOzoneNativePixmap in content/  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: ui/gl/BUILD.gn | 
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn | 
| index 9fdcc94ea921cdacf5232240905b0a1e950b3188..6d73321517a4fc7bb696f44c7cd99692599353d3 100644 | 
| --- a/ui/gl/BUILD.gn | 
| +++ b/ui/gl/BUILD.gn | 
| @@ -251,6 +251,8 @@ component("gl") { | 
| "gl_context_ozone.cc", | 
| "gl_egl_api_implementation.cc", | 
| "gl_egl_api_implementation.h", | 
| + "gl_image_ozone_native_pixmap.cc", | 
| + "gl_image_ozone_native_pixmap.h", | 
| "gl_implementation_ozone.cc", | 
| "gl_surface_ozone.cc", | 
| ] |