File tree 1 file changed +1
-37
lines changed
chromium/tools/v8_context_snapshot
1 file changed +1
-37
lines changed Original file line number Diff line number Diff line change 6
6
#include " gpu/vulkan/buildflags.h"
7
7
#include " ui/base/ozone_buildflags.h"
8
8
9
- #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
10
- #include " ui/gl/gl_bindings.h"
11
- #include " ui/gl/gl_context.h"
12
- #include " ui/gl/gl_display.h"
13
- #include " ui/gl/gl_surface.h"
14
- #endif
15
-
16
9
#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)
10
+ #include " ui/gl/gl_export.h"
17
11
#include " ui/gl/gl_surface_glx.h"
18
12
#endif
19
13
@@ -49,36 +43,6 @@ bool GLSurfaceGLX::IsCreateContextSupported() {
49
43
} // namespace gl
50
44
#endif // if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11)
51
45
52
- #if BUILDFLAG(IS_WIN)
53
- namespace gl {
54
- class GLShareGroup ;
55
- class GLContextAttribs ;
56
- namespace init {
57
-
58
- scoped_refptr<GLContext> CreateGLContext (GLShareGroup* share_group,
59
- GLSurface* compatible_surface,
60
- const GLContextAttribs& attribs) {
61
- return nullptr ;
62
- }
63
- GLDisplay* InitializeGLOneOffPlatform (GpuPreference preference) {
64
- return nullptr ;
65
- }
66
- bool usingSoftwareDynamicGL () {
67
- return false ;
68
- }
69
- scoped_refptr<GLSurface> CreateOffscreenGLSurface (GLDisplay* display,
70
- const gfx::Size & size) {
71
- return nullptr ;
72
- }
73
- scoped_refptr<GLSurface> CreateViewGLSurface (GLDisplay* display,
74
- gfx::AcceleratedWidget window) {
75
- return nullptr ;
76
- }
77
-
78
- } // namespace init
79
- } // namespace gl
80
- #endif // BUILDFLAG(IS_WIN)
81
-
82
46
namespace ui {
83
47
class OzonePlatform ;
84
48
OzonePlatform* CreateOzonePlatformQt () {
You can’t perform that action at this time.
0 commit comments