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

Unified Diff: chrome/browser/gpu/gpu_driver_info_manager_android.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 | « no previous file | content/browser/gpu/compositor_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu/gpu_driver_info_manager_android.cc
diff --git a/chrome/browser/gpu/gpu_driver_info_manager_android.cc b/chrome/browser/gpu/gpu_driver_info_manager_android.cc
index d8f64ac57a3ff93d5a7f1edb39aa9cb6c09d1c44..52d37dc310e03f8c4934b25a87ea7690ea7a941e 100644
--- a/chrome/browser/gpu/gpu_driver_info_manager_android.cc
+++ b/chrome/browser/gpu/gpu_driver_info_manager_android.cc
@@ -67,7 +67,6 @@ void GpuDriverInfoManager::Initialize() {
prefs::kGpuDriverInfoShaderVersion);
gpu_info.pixel_shader_version = shader_version;
gpu_info.vertex_shader_version = shader_version;
- gpu_info.can_lose_context = false;
gpu_info.machine_model_name = BuildInfo::GetInstance()->model();
gpu::CollectInfoResult result = gpu::CollectDriverInfoGL(&gpu_info);
« no previous file with comments | « no previous file | content/browser/gpu/compositor_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698