// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_OZONE_DEMO_SURFACELESS_GL_RENDERER_H_ #define UI_OZONE_DEMO_SURFACELESS_GL_RENDERER_H_ #include <memory> #include "ui/gfx/geometry/rect_f.h" #include "ui/gfx/native_pixmap.h" #include "ui/ozone/demo/gl_renderer.h" namespace gl { class Presenter; } namespace ui { class OverlayCandidatesOzone; class NativePixmapGLBinding; class PlatformWindowSurface; static const int kMaxLayers = …; class SurfacelessGlRenderer : public RendererBase { … }; } // namespace ui #endif // UI_OZONE_DEMO_SURFACELESS_GL_RENDERER_H_