media: Remove LogDXVAError() from mf_helpers.h
LogDXVAError() reports UMAs that are specific to one single file media/gpu/windows/dxva_video_decode_accelerator_win.cc. So it should not be in media/base/win/mf_helpers.h which is a common helper for all Windows media code. This CL moves LogDXVAError() and related macros to dxva_video_decode_accelerator_win.cc to solve this issue. In the future, we should consolidate on fewer macros. Change-Id: Icea7f0f8c5710bf034fce3dc32c36ccf2cc8e782 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066057Reviewed-by:Ted Meyer <tmathmeyer@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#742959}
Showing
Please register or sign in to comment