cef/patch/patches/underlay_1051.patch
Marshall Greenblatt dcd41c0e1e Create 1750 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1588 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-01-31 22:10:56 +00:00

14 lines
544 B
Diff

Index: underlay_opengl_hosting_window.h
===================================================================
--- underlay_opengl_hosting_window.h (revision 214871)
+++ 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_EXPORT
+__attribute__((visibility("default")))
@interface UnderlayOpenGLHostingWindow : NSWindow
@end