// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "pdf/test/pdf_ink_test_helpers.h" #include <string> #include <utility> #include "base/values.h" namespace chrome_pdf { base::Value::Dict CreateSetAnnotationBrushMessageForTesting( const std::string& type, double size, const TestAnnotationBrushMessageParams* params) { … } base::Value::Dict CreateSetAnnotationModeMessageForTesting(bool enable) { … } } // namespace chrome_pdf