// Copyright 2019 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/ozone/platform/wayland/host/shell_toplevel_wrapper.h" #include "base/containers/contains.h" namespace ui { XDGToplevelWrapperImpl* ShellToplevelWrapper::AsXDGToplevelWrapper() { … } bool CheckIfWlArrayHasValue(struct wl_array* wl_array, uint32_t value) { … } } // namespace ui