chromium/ui/gfx/x/wm_sync.cc

// Copyright 2023 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/gfx/x/wm_sync.h"

#include "ui/gfx/x/connection.h"
#include "ui/gfx/x/event.h"

namespace x11 {

namespace {

Window GetWindowForEvent(const Event& event) {}

}  // namespace

WmSync::WmSync(Connection* connection, base::OnceClosure on_synced)
    :{}

WmSync::WmSync(Connection* connection,
               base::OnceClosure on_synced,
               bool sync_with_wm)
    :{}

WmSync::~WmSync() {}

void WmSync::OnEvent(const Event& xevent) {}

void WmSync::OnGetInputFocusResponse(GetInputFocusResponse response) {}

void WmSync::Cleanup() {}

}  // namespace x11