| Index: ui/gfx/linux/client_native_pixmap_factory_dmabuf.h
|
| diff --git a/ui/gfx/linux/client_native_pixmap_factory_dmabuf.h b/ui/gfx/linux/client_native_pixmap_factory_dmabuf.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4b2e31497d76a21336ddd30a79a156c31cf6e0fd
|
| --- /dev/null
|
| +++ b/ui/gfx/linux/client_native_pixmap_factory_dmabuf.h
|
| @@ -0,0 +1,18 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// 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 "ui/gfx/gfx_export.h"
|
| +
|
| +namespace ui {
|
| +
|
| +class ClientNativePixmapFactory;
|
| +
|
| +GFX_EXPORT ClientNativePixmapFactory* CreateClientNativePixmapFactoryDmabuf();
|
| +
|
| +} // namespace ui
|
| +
|
| +#endif // UI_GFX_LINUX_CLIENT_NATIVE_PIXMAP_FACTORY_DMABUF_H_
|
|
|