Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: gpu/ipc/common/gpu_info_struct_traits.cc

Issue 2261893003: Remove GpuInfo::can_lose_context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/common/gpu_info_struct_traits.h ('k') | gpu/ipc/common/gpu_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/gpu_info_struct_traits.cc
diff --git a/gpu/ipc/common/gpu_info_struct_traits.cc b/gpu/ipc/common/gpu_info_struct_traits.cc
index 8dba638dddf3d096c4b0dedbbb1aba4e9e2bddb1..d0bc49778e916deecaaef3010f1af9d564017c2d 100644
--- a/gpu/ipc/common/gpu_info_struct_traits.cc
+++ b/gpu/ipc/common/gpu_info_struct_traits.cc
@@ -220,7 +220,6 @@ bool StructTraits<gpu::mojom::GpuInfo, gpu::GPUInfo>::Read(
out->lenovo_dcute = data.lenovo_dcute();
out->adapter_luid = data.adapter_luid();
out->gl_reset_notification_strategy = data.gl_reset_notification_strategy();
- out->can_lose_context = data.can_lose_context();
out->software_rendering = data.software_rendering();
out->direct_rendering = data.direct_rendering();
out->sandboxed = data.sandboxed();
« no previous file with comments | « gpu/ipc/common/gpu_info_struct_traits.h ('k') | gpu/ipc/common/gpu_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698