#ifndef UI_OZONE_TEST_MOCK_PLATFORM_WINDOW_DELEGATE_H_
#define UI_OZONE_TEST_MOCK_PLATFORM_WINDOW_DELEGATE_H_
#include <optional>
#include "testing/gmock/include/gmock/gmock.h"
#include "ui/base/owned_window_anchor.h"
#include "ui/base/ui_base_types.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/platform_window/platform_window_delegate.h"
namespace ui {
class MockPlatformWindowDelegate : public PlatformWindowDelegate { … };
bool operator==(const PlatformWindowDelegate::BoundsChange& a,
const PlatformWindowDelegate::BoundsChange& b);
}
#endif