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

Unified Diff: services/ui/gpu/interfaces/gpu_main.mojom

Issue 2744363002: Clear shader disk cache after glProgramBinary failure. (Closed)
Patch Set: Remove singleton and clean up init 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 | « services/ui/gpu/gpu_service.cc ('k') | services/ui/ws/gpu_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/interfaces/gpu_main.mojom
diff --git a/services/ui/gpu/interfaces/gpu_main.mojom b/services/ui/gpu/interfaces/gpu_main.mojom
index 985b823b7366e537242830dd60190b8daf7c6d24..4bf85b38cd15fbe3cb29a22c0881deb1f72be59c 100644
--- a/services/ui/gpu/interfaces/gpu_main.mojom
+++ b/services/ui/gpu/interfaces/gpu_main.mojom
@@ -18,5 +18,6 @@ interface GpuMain {
CreateGpuService(GpuService& gpu_service,
GpuHost gpu_host,
- gpu.mojom.GpuPreferences preferences);
+ gpu.mojom.GpuPreferences preferences,
+ handle<shared_buffer>? activity_flags);
};
« no previous file with comments | « services/ui/gpu/gpu_service.cc ('k') | services/ui/ws/gpu_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698