chromium/ui/platform_window/extensions/x11_extension.cc

// 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/platform_window/extensions/x11_extension.h"

#include "ui/base/class_property.h"
#include "ui/platform_window/platform_window.h"

DEFINE_UI_CLASS_PROPERTY_TYPE()

namespace ui {

DEFINE_UI_CLASS_PROPERTY_KEY()

X11Extension::~X11Extension() = default;

void X11Extension::SetX11Extension(PlatformWindow* platform_window,
                                   X11Extension* x11_extension) {}

X11Extension* GetX11Extension(const PlatformWindow& platform_window) {}

}  // namespace ui