• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2024 The PDFium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #ifndef TESTING_UTILS_COMPARE_COORDINATES_H_
6 #define TESTING_UTILS_COMPARE_COORDINATES_H_
7 
8 #include "public/fpdfview.h"
9 
10 void CompareFS_RECTF(const FS_RECTF& val1, const FS_RECTF& val2);
11 
12 #endif  // TESTING_UTILS_COMPARE_COORDINATES_H_
13