chromium/ui/gtk/gtk_ui_platform_stub.h

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

#ifndef UI_GTK_GTK_UI_PLATFORM_STUB_H_
#define UI_GTK_GTK_UI_PLATFORM_STUB_H_

#include "ui/gtk/gtk_ui_platform.h"

namespace gtk {

class GtkUiPlatformStub : public GtkUiPlatform {};

}  // namespace gtk

#endif  // UI_GTK_GTK_UI_PLATFORM_STUB_H_