chromium/ui/accessibility/platform/atk_util_auralinux_gtk.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <atk-bridge.h>

#include "base/environment.h"
#include "ui/accessibility/platform/atk_util_auralinux.h"

namespace ui {

void AtkUtilAuraLinux::PlatformInitializeAsync() {}

}  // namespace ui