// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PRINTING_PDF_RENDER_SETTINGS_H_ #define PRINTING_PDF_RENDER_SETTINGS_H_ #include "build/build_config.h" #include "ui/gfx/geometry/point.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/size.h" namespace printing { // Defining PDF rendering settings. struct PdfRenderSettings { … }; } // namespace printing #endif // PRINTING_PDF_RENDER_SETTINGS_H_