media: 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: I87ee1f6d2a3bdf4c05967fb62ef751120d0cbaa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629517 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#843736}
Showing
Please register or sign in to comment