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

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

Issue 2744363002: Clear shader disk cache after glProgramBinary failure. (Closed)
Patch Set: Fix dependency issues. 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/command_buffer/common/activity_flags.h » ('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..87b7cdf15f2952638174d6731e08a1c89dacb003 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -23,6 +23,7 @@
#include "content/common/content_export.h"
#include "content/public/browser/browser_child_process_host_delegate.h"
#include "content/public/browser/gpu_data_manager.h"
+#include "gpu/command_buffer/common/activity_flags.h"
#include "gpu/command_buffer/common/constants.h"
#include "gpu/config/gpu_feature_info.h"
#include "gpu/config/gpu_info.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/command_buffer/common/activity_flags.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698