blob: 12ac8743636804083fd3f26c35c0d80d52bc7cd4 [file] [log] [blame]
// 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.
#ifndef UI_GFX_LINUX_CLIENT_NATIVE_PIXMAP_FACTORY_DMABUF_H_
#define UI_GFX_LINUX_CLIENT_NATIVE_PIXMAP_FACTORY_DMABUF_H_
#include "base/component_export.h"
#include "ui/gfx/client_native_pixmap_factory.h"
namespace gfx {
COMPONENT_EXPORT(GFX)
ClientNativePixmapFactory* CreateClientNativePixmapFactoryDmabuf();
} // namespace gfx
#endif // UI_GFX_LINUX_CLIENT_NATIVE_PIXMAP_FACTORY_DMABUF_H_