2017-04-26 21:59:52 -04:00
|
|
|
diff --git ui/base/cocoa/underlay_opengl_hosting_window.h ui/base/cocoa/underlay_opengl_hosting_window.h
|
2021-04-20 18:52:34 -04:00
|
|
|
index ec1c6c972ee8d..9f73342051325 100644
|
2017-04-26 21:59:52 -04:00
|
|
|
--- ui/base/cocoa/underlay_opengl_hosting_window.h
|
|
|
|
+++ ui/base/cocoa/underlay_opengl_hosting_window.h
|
2013-08-14 22:15:28 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
// Common base class for windows that host a OpenGL surface that renders under
|
2014-09-04 17:53:40 +00:00
|
|
|
// the window. Previously contained methods related to hole punching, now just
|
|
|
|
// contains common asserts.
|
2020-07-08 13:23:29 -04:00
|
|
|
-COMPONENT_EXPORT(UI_BASE)
|
2013-08-14 22:15:28 +00:00
|
|
|
+__attribute__((visibility("default")))
|
|
|
|
@interface UnderlayOpenGLHostingWindow : NSWindow
|
|
|
|
@end
|
|
|
|
|