commit | 098b66674f9fc751c177775f18c343a055b3bc6e | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Thu Jan 24 11:44:25 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 24 11:44:25 2019 |
tree | 84fee004c41c35f6442ce77b830468e81ecaa1c8 | |
parent | e84874c09a0136e3c124df240a2272576b360770 [diff] |
Rename new ResourceType->CanvasResourceType since ResourceType exists third_party/blink/renderer/platform/loader/fetch/fetch_context.h defines a blink::ResourceType enum which, if it's known by the compiler, prevents the new code in canvas_resource_provider.cc from compiling. In some extreme jumbo builds, the compiler knows about third_party/blink/renderer/platform/loader/fetch/fetch_context.h when compiling that file and the compilation fails because symbol lookup is ambiguous. This renames the enum back to CanvasResourceType just to get all the builds happy again. Bug: 920626 Change-Id: I746325ede29cbb3fba5c9790b12af0b8925c81e3 Reviewed-on: https://chromium-review.googlesource.com/c/1433239 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#625606}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .