#ifndef COMPONENTS_VIZ_SERVICE_DISPLAY_EMBEDDER_SOFTWARE_OUTPUT_DEVICE_OZONE_H_
#define COMPONENTS_VIZ_SERVICE_DISPLAY_EMBEDDER_SOFTWARE_OUTPUT_DEVICE_OZONE_H_
#include <memory>
#include "components/viz/service/display/software_output_device.h"
#include "components/viz/service/viz_service_export.h"
#include "ui/gfx/native_widget_types.h"
namespace ui {
class PlatformWindowSurface;
class SurfaceOzoneCanvas;
}
namespace viz {
class VIZ_SERVICE_EXPORT SoftwareOutputDeviceOzone
: public SoftwareOutputDevice { … };
}
#endif