chromium/ui/ozone/platform/wayland/test/scoped_wl_array.cc

// 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.

#include "ui/ozone/platform/wayland/test/scoped_wl_array.h"

#include <wayland-server-core.h>

namespace wl {

ScopedWlArray::ScopedWlArray(const std::vector<int32_t> states) {}

ScopedWlArray::ScopedWlArray(const ScopedWlArray& rhs) {}

ScopedWlArray::ScopedWlArray(ScopedWlArray&& rhs) {}

ScopedWlArray& ScopedWlArray::operator=(ScopedWlArray&& rhs) {}

ScopedWlArray::~ScopedWlArray() {}

void ScopedWlArray::AddStateToWlArray(uint32_t state) {}

}  // namespace wl