aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/Benchmark.h
diff options
context:
space:
mode:
authorGravatar ehsan.akhgari <ehsan.akhgari@gmail.com>2014-07-09 11:13:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-09 11:13:55 -0700
commitdb5f7bf0a439b744facda6b6b1590b4554d64fd8 (patch)
treead6455adac05312baa3651df224c598986626a78 /bench/Benchmark.h
parent2d9d9c9dedb8937b080feca7bd13e72fa2e88fb9 (diff)
Do not export SkTDArray when building Skia as a DLL
This class has four members (deleteAll, freeAll, unrefAll and safeUnrefAll) which will only compile for certain instantiations of SkTDArray depending on the template argument type. Marking this class as dllexport breaks the build with clang-cl because of http://llvm.org/PR20163. Since this class is header-only, we can just make it non-exported to enable building Skia as a DLL with clang-cl. BUG=skia: R=ctguil@chromium.org, mtklein@google.com, reed@google.com Author: ehsan.akhgari@gmail.com Review URL: https://codereview.chromium.org/368253002
Diffstat (limited to 'bench/Benchmark.h')
0 files changed, 0 insertions, 0 deletions