// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_ #define CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_ #include <memory> #include "base/functional/callback.h" #include "base/memory/read_only_shared_memory_region.h" #include "base/memory/ref_counted_memory.h" #include "printing/pdf_render_settings.h" namespace cloud_devices { class CloudDeviceDescription; } namespace gfx { class Size; } namespace printing { struct PwgRasterSettings; class PwgRasterConverter { … }; } // namespace printing #endif // CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_