chromium/ui/ozone/platform/wayland/host/gtk_primary_selection_offer.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/ozone/platform/wayland/host/gtk_primary_selection_offer.h"

#include <gtk-primary-selection-client-protocol.h>

#include "base/containers/contains.h"
#include "base/files/file_util.h"
#include "ui/base/clipboard/clipboard_constants.h"

namespace ui {

GtkPrimarySelectionOffer::GtkPrimarySelectionOffer(
    gtk_primary_selection_offer* data_offer)
    :{}

GtkPrimarySelectionOffer::~GtkPrimarySelectionOffer() {}

base::ScopedFD GtkPrimarySelectionOffer::Receive(const std::string& mime_type) {}

// static
void GtkPrimarySelectionOffer::OnOffer(
    void* data,
    gtk_primary_selection_offer* selection_offer,
    const char* mime_type) {}

}  // namespace ui