Commit 7f2965e5 authored by Zoltan Arvai's avatar Zoltan Arvai Committed by The Qt Project
Browse files

Fix gpu::gles2::MailboxName on Windows


It is "struct GPU_EXPORT MailboxName" in
chromium/gpu/command_buffer/service/mailbox_manager.h.
MSVC won't accept class.

Change-Id: I979808f357b32e1d99fe70a1138bf292b54c4e76
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
Showing with 1 addition and 1 deletion
...@@ -55,7 +55,7 @@ class SyncPointManager; ...@@ -55,7 +55,7 @@ class SyncPointManager;
namespace gpu { namespace gpu {
namespace gles2 { namespace gles2 {
class MailboxManager; class MailboxManager;
class MailboxName; struct MailboxName;
class Texture; class Texture;
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment