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

Unified Diff: content/browser/gpu/gpu_process_host.h

Issue 2744363002: Clear shader disk cache after glProgramBinary failure. (Closed)
Patch Set: Created 3 years, 9 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/gpu_process_host.cc » ('j') | gpu/ipc/common/activity_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 973e14e533f7760a39b505a9507d4d6d78c7479a..6eab56cf15c0b04e0cc0d0be5cd1a3d4716e0f5d 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -26,6 +26,7 @@
#include "gpu/command_buffer/common/constants.h"
#include "gpu/config/gpu_feature_info.h"
#include "gpu/config/gpu_info.h"
+#include "gpu/ipc/common/activity_flags.h"
#include "gpu/ipc/common/surface_handle.h"
#include "ipc/ipc_sender.h"
#include "ipc/message_filter.h"
@@ -294,6 +295,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
ui::mojom::GpuMainAssociatedPtr gpu_main_ptr_;
ui::mojom::GpuServicePtr gpu_service_ptr_;
mojo::Binding<ui::mojom::GpuHost> gpu_host_binding_;
+ gpu::GpuProcessHostActivityFlags activity_flags_;
base::WeakPtrFactory<GpuProcessHost> weak_ptr_factory_;
« no previous file with comments | « no previous file | content/browser/gpu/gpu_process_host.cc » ('j') | gpu/ipc/common/activity_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698