• Takuto Ikuta's avatar
    Add EXPORT specifier in /gpu · 510ff066
    Takuto Ikuta authored
    To speed up build time on windows component build, I will enable newly added /Zc:dllexportInlines- flag. The flag is similar to -fvisibility-inlines-hidden in gcc/clang.
    
    This flag makes inline member function is not exported if it does not have static local variables. But in few classes of chromium, we need to add additional EXPORT specifier to prevent link failure.
    
    This is a part of effort adding EXPORT speicifer to enable the flag.
    
    Master CL is
    https://chromium-review.googlesource.com/c/chromium/src/+/1317069
    
    This CL was uploaded by git cl split.
    
    R=ericrk@chromium.org
    
    Bug: 901709
    Change-Id: Id41759fbb8b2234c24dbaea33fcc3eff2a97b593
    Reviewed-on: https://chromium-review.googlesource.com/c/1322254Reviewed-by: default avatarEric Karl <ericrk@chromium.org>
    Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#606052}
    510ff066
gpu_channel_host.h 9.87 KB