// Copyright 2014 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_SOFTWARE_RENDERER_H_ #define UI_OZONE_DEMO_SOFTWARE_RENDERER_H_ #include <memory> #include "base/memory/weak_ptr.h" #include "base/time/time.h" #include "base/timer/timer.h" #include "ui/ozone/demo/renderer_base.h" namespace gfx { class VSyncProvider; } // namespace gfx namespace ui { class PlatformWindowSurface; class SurfaceOzoneCanvas; class SoftwareRenderer : public RendererBase { … }; } // namespace ui #endif // UI_OZONE_DEMO_SOFTWARE_RENDERER_H_