gpu: Add missing semicolons to TRACE_EVENTs
Chrome is about to switch to the TRACE_EVENT macro implementation provided by Perfetto. The new implementation requires trace event statements to be terminated by semicolons, so this patch modifies the codebase to add semicolons where they were previously left out. No functional changes. Bug: 1006541 Change-Id: Ib3bc7a006ba42ff2d9065b80a61067cab82c1fda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628993 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#843711}
Showing
Please register or sign in to comment