chromium/ui/ozone/platform/x11/linux_ui_delegate_x11.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/x11/linux_ui_delegate_x11.h"

#include "ui/gfx/x/xproto.h"
#include "ui/ozone/platform/x11/x11_window.h"
#include "ui/ozone/platform/x11/x11_window_manager.h"

namespace ui {

LinuxUiDelegateX11::LinuxUiDelegateX11() = default;

LinuxUiDelegateX11::~LinuxUiDelegateX11() = default;

LinuxUiBackend LinuxUiDelegateX11::GetBackend() const {}

void LinuxUiDelegateX11::SetTransientWindowForParent(
    gfx::AcceleratedWidget parent,
    gfx::AcceleratedWidget transient) {}

bool LinuxUiDelegateX11::ExportWindowHandle(
    gfx::AcceleratedWidget window_id,
    base::OnceCallback<void(std::string)> callback) {}

}  // namespace ui