mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-12 09:37:37 +01:00
6573df6cc3
- Windows: 10.0.19041 SDK is now required. - macOS: 10.15.1 SDK (at least Xcode 11.2) is now required. - Remove CefMediaSource::IsValid and CefMediaSink::IsValid which would always return true.
14 lines
580 B
Diff
14 lines
580 B
Diff
diff --git ui/base/cocoa/underlay_opengl_hosting_window.h ui/base/cocoa/underlay_opengl_hosting_window.h
|
|
index ec1c6c972ee8..9f7334205132 100644
|
|
--- ui/base/cocoa/underlay_opengl_hosting_window.h
|
|
+++ ui/base/cocoa/underlay_opengl_hosting_window.h
|
|
@@ -12,7 +12,7 @@
|
|
// Common base class for windows that host a OpenGL surface that renders under
|
|
// the window. Previously contained methods related to hole punching, now just
|
|
// contains common asserts.
|
|
-COMPONENT_EXPORT(UI_BASE)
|
|
+__attribute__((visibility("default")))
|
|
@interface UnderlayOpenGLHostingWindow : NSWindow
|
|
@end
|
|
|