diff options
author | hans <hans@chromium.org> | 2015-02-28 16:55:18 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-01 00:55:53 +0000 |
commit | b8be3a268134f32d667b42ea60a27c0084063873 (patch) | |
tree | f7e5478b0efcaff079ba8efce1d352d250c4787a /content/gpu | |
parent | 0612babb1b1ed350979e2ef3d8c099b36021c744 (diff) | |
download | chromium_src-b8be3a268134f32d667b42ea60a27c0084063873.zip chromium_src-b8be3a268134f32d667b42ea60a27c0084063873.tar.gz chromium_src-b8be3a268134f32d667b42ea60a27c0084063873.tar.bz2 |
Roll Clang 223108:230631 (+revert of r229678)
Also introduce a build number in the package name, stop versioning
the Blink GC plugin, and remove repackage.sh.
BUG=444089
TBR=jln, jbauman
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/959443002
Cr-Commit-Position: refs/heads/master@{#318610}
Diffstat (limited to 'content/gpu')
-rw-r--r-- | content/gpu/gpu_main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc index f73bb0d..b34d42f 100644 --- a/content/gpu/gpu_main.cc +++ b/content/gpu/gpu_main.cc @@ -61,6 +61,7 @@ #if defined(SANITIZER_COVERAGE) #include <sanitizer/common_interface_defs.h> +#include <sanitizer/coverage_interface.h> #endif const int kGpuTimeout = 10000; |