Commit 35310a60 authored by Jonathan Backer's avatar Jonathan Backer Committed by Commit Bot

SkiaRenderer WebView: Add lost context error log

Change-Id: Ie1d9dadc454b36fdd4bf1c3f07e336fd49536f69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872739Reviewed-by: default avatarJonathan Backer <backer@chromium.org>
Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Jonathan Backer <backer@chromium.org>
Commit-Queue: Bo <boliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707906}
parent 002b2728
...@@ -123,6 +123,7 @@ void SkiaOutputSurfaceDependencyWebView::DidLoseContext( ...@@ -123,6 +123,7 @@ void SkiaOutputSurfaceDependencyWebView::DidLoseContext(
gpu::error::ContextLostReason reason, gpu::error::ContextLostReason reason,
const GURL& active_url) { const GURL& active_url) {
// No GpuChannelManagerDelegate here, so leave it no-op for now. // No GpuChannelManagerDelegate here, so leave it no-op for now.
LOG(ERROR) << "SkiaRenderer detected lost context.";
} }
} // namespace android_webview } // namespace android_webview
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