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