mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-30 19:14:56 +01:00
cb907f3649
- Mac: Remove Carbon interpose library (see http://crbug.com/157130). - Remove unused LOGSEVERITY_ERROR_REPORT value (see http://crbug.com/352378). - CefURLRequest in the render process will now always have the UR_FLAG_REPORT_LOAD_TIMING flag set (see http://crbug.com/376025#c15). - Change CefGeolocationHandler::OnRequestGeolocationPermission return value from void to boolean. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1753 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
14 lines
549 B
Diff
14 lines
549 B
Diff
Index: underlay_opengl_hosting_window.h
|
|
===================================================================
|
|
--- underlay_opengl_hosting_window.h (revision 280796)
|
|
+++ underlay_opengl_hosting_window.h (working copy)
|
|
@@ -12,7 +12,7 @@
|
|
// Common base class for windows that host a OpenGL surface that renders under
|
|
// the window. Contains methods relating to hole punching so that the OpenGL
|
|
// surface is visible through the window.
|
|
-UI_BASE_EXPORT
|
|
+__attribute__((visibility("default")))
|
|
@interface UnderlayOpenGLHostingWindow : NSWindow
|
|
@end
|
|
|