// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_RESIZE_OBSERVER_RESIZE_OBSERVER_UTILITIES_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_RESIZE_OBSERVER_RESIZE_OBSERVER_UTILITIES_H_ #include "third_party/blink/renderer/core/resize_observer/resize_observer_box_options.h" namespace gfx { class SizeF; } namespace blink { class ComputedStyle; class DOMRectReadOnly; class LayoutBox; class LayoutObject; struct LogicalSize; struct PhysicalRect; // Helper functions for ResizeObserverEntry and ResizeObservation. class ResizeObserverUtilities { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_CORE_RESIZE_OBSERVER_RESIZE_OBSERVER_UTILITIES_H_