Commit 954548a3 authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

Fix compilation with use_skia_dawn=true

Compilation on Win10 FYI x64 SkiaRenderer Dawn Release (NVIDIA) started
failing after
https://chromium-review.googlesource.com/c/chromium/src/+/2257873
but it is not worth reverting for this unsupported configuration.
Instead this CL adds the missing include of logging.h

TBR=backer@chromium.org

Bug: None
Change-Id: I5a37a85c56c7e88eef827fda43e63203348be1d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259853Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781211}
parent f0e79eb5
......@@ -4,6 +4,7 @@
#include "gpu/skia_bindings/grcontext_for_webgpu_interface.h"
#include "base/logging.h"
#include "gpu/command_buffer/client/context_support.h"
#include "gpu/command_buffer/client/webgpu_interface.h"
#include "gpu/command_buffer/common/capabilities.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment