blob: 1fd1f8c2eeba7a1f908ed94351d1b983ea4ded90 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PRINTING_COMMON_PRINT_PARAMS_H_
#define COMPONENTS_PRINTING_COMMON_PRINT_PARAMS_H_
#include "components/printing/common/print.mojom-forward.h"
namespace printing {
constexpr double kMinDpi = 1.0;
bool PrintMsgPrintParamsIsValid(const mojom::PrintParams& params);
} // namespace printing
#endif // COMPONENTS_PRINTING_COMMON_PRINT_PARAMS_H_