chromium/ui/views/test/views_test_utils.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/views/test/views_test_utils.h"

#include "ui/base/ui_base_features.h"
#include "ui/views/view.h"
#include "ui/views/widget/widget.h"

#if BUILDFLAG(IS_OZONE)
#include "ui/ozone/public/ozone_platform.h"
#endif

namespace views::test {

void RunScheduledLayout(Widget* widget) {}

void RunScheduledLayout(View* view) {}

bool IsOzoneBubblesUsingPlatformWidgets() {}

}  // namespace views::test