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
|
2017-09-06 23:40:58 +02:00
|
|
|
index d673c31a0f31..806d1341567b 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.
|
2014-02-05 21:35:45 +01:00
|
|
|
-UI_BASE_EXPORT
|
2013-08-15 00:15:28 +02:00
|
|
|
+__attribute__((visibility("default")))
|
|
|
|
@interface UnderlayOpenGLHostingWindow : NSWindow
|
|
|
|
@end
|
|
|
|
|