commit | e8ebeebd9d4e9c9b0459f8adcfc1bcc5b7af08b5 | [log] [tgz] |
---|---|---|
author | ckulakowski <ckulakowski@opera.com> | Tue Jun 13 11:38:46 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jun 13 11:38:46 2017 |
tree | bd9a7b9335e677779cb66ece24f3261d89f97c8f | |
parent | 813f94f9d2cb7e696795053bc920276ff15d5ba4 [diff] |
Add ifdef guard to WorkletModuleTreeClient.h We use "jumbo" compilation of blink in our project. The main idea is to compile some number of cc files as one compilation unit. It significantly speeds up compilation time of blink. With "jumbo" enabled there is compilation error due to lack of ifdef guard in file WorkletModuleTreeClient.h. BUG=732727 Review-Url: https://codereview.chromium.org/2935823003 Cr-Commit-Position: refs/heads/master@{#478967}