// Copyright 2024 The PDFium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#ifndef TESTING_UTILS_COMPARE_COORDINATES_H_ | |
#define TESTING_UTILS_COMPARE_COORDINATES_H_ | |
#include "public/fpdfview.h" | |
void CompareFS_RECTF(const FS_RECTF& val1, const FS_RECTF& val2); | |
#endif // TESTING_UTILS_COMPARE_COORDINATES_H_ |