// Copyright 2018 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "core/fpdfapi/page/cpdf_pageobjectholder.h" #include <math.h> #include <algorithm> #include <array> #include <limits> #include <vector> #include "core/fxcrt/fx_extension.h" #include "testing/gtest/include/gtest/gtest.h" bool SafeCompare(const float& x, const float& y) { … } // See https://crbug.com/852273 TEST(CPDFPageObjectHolder, GraphicsDataAsKey) { … }