// 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_SKIA_SKIA_SURFACELESS_GL_RENDERER_H_ #define UI_OZONE_DEMO_SKIA_SKIA_SURFACELESS_GL_RENDERER_H_ #include <memory> #include "ui/gfx/geometry/rect.h" #include "ui/gl/presenter.h" #include "ui/ozone/demo/skia/skia_gl_renderer.h" namespace ui { class OverlayCandidatesOzone; class PlatformWindowSurface; class SurfacelessSkiaGlRenderer : public SkiaGlRenderer { … }; } // namespace ui #endif // UI_OZONE_DEMO_SKIA_SKIA_SURFACELESS_GL_RENDERER_H_