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

Unified Diff: services/ui/gpu/gpu_main.h

Issue 2744363002: Clear shader disk cache after glProgramBinary failure. (Closed)
Patch Set: Cache clear fixup 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
Index: services/ui/gpu/gpu_main.h
diff --git a/services/ui/gpu/gpu_main.h b/services/ui/gpu/gpu_main.h
index fb9adb49ec31d09e813afaec49143ce1a4309ad0..90f5eaf387daf5afa7cd7432590f40237acb1cd5 100644
--- a/services/ui/gpu/gpu_main.h
+++ b/services/ui/gpu/gpu_main.h
@@ -29,7 +29,8 @@ class GpuMain : public gpu::GpuSandboxHelper, public mojom::GpuMain {
// mojom::GpuMain implementation:
void CreateGpuService(mojom::GpuServiceRequest request,
mojom::GpuHostPtr gpu_host,
- const gpu::GpuPreferences& preferences) override;
+ const gpu::GpuPreferences& preferences,
+ mojo::ScopedSharedBufferHandle activity_flags) override;
void CreateDisplayCompositor(
cc::mojom::DisplayCompositorRequest request,
cc::mojom::DisplayCompositorClientPtr client) override;

Powered by Google App Engine
This is Rietveld 408576698