// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_PRINT_PAGE_DESCRIPTION_H_ #define THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_PRINT_PAGE_DESCRIPTION_H_ #include "third_party/blink/public/common/css/page_orientation.h" #include "third_party/blink/public/common/css/page_size_type.h" #include "ui/gfx/geometry/size_f.h" namespace blink { // Description of a specific page when printing. All sizes are in CSS pixels. struct WebPrintPageDescription { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_PRINT_PAGE_DESCRIPTION_H_