41ca19b06c1627882bc618ceb35436637361c850
[platform/framework/web/chromium-efl.git] / tizen_src / chromium_impl / content / gpu / shared_mailbox_manager.h
1 // Copyright 2015 Samsung Electronics. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "content/common/content_export.h"
6
7 namespace gpu {
8   class MailboxManager;
9 }
10
11 namespace content {
12 #if !defined(EWK_BRINGUP)  // FIXME: m67 bringup
13 struct CONTENT_EXPORT SharedMailboxManager {
14   static gpu::gles2::MailboxManager* GetMailboxManager();
15   };
16 #endif  // !defined(EWK_BRINGUP)
17 }