// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_COMPOSITOR_TEST_BEGIN_MAIN_FRAME_WAITER_H_ #define UI_COMPOSITOR_TEST_BEGIN_MAIN_FRAME_WAITER_H_ #include "base/memory/raw_ptr.h" #include "base/run_loop.h" #include "ui/compositor/compositor_observer.h" namespace ui { class Compositor; class BeginMainFrameWaiter : public CompositorObserver { … }; } // namespace ui #endif // UI_COMPOSITOR_TEST_BEGIN_MAIN_FRAME_WAITER_H_