1diff --git ui/base/cocoa/underlay_opengl_hosting_window.h ui/base/cocoa/underlay_opengl_hosting_window.h 2index ec1c6c972ee8d..9f73342051325 100644 3--- ui/base/cocoa/underlay_opengl_hosting_window.h 4+++ ui/base/cocoa/underlay_opengl_hosting_window.h 5@@ -12,7 +12,7 @@ 6 // Common base class for windows that host a OpenGL surface that renders under 7 // the window. Previously contained methods related to hole punching, now just 8 // contains common asserts. 9-COMPONENT_EXPORT(UI_BASE) 10+__attribute__((visibility("default"))) 11 @interface UnderlayOpenGLHostingWindow : NSWindow 12 @end 13 14