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

Unified Diff: content/gpu/gpu_child_thread.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
Index: content/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index a4b1e762bc2cfcabdd2582213f3b81cc38998941..b2c49f0fc350ca2abef15cc04a9ecbc29e6674c3 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -100,7 +100,8 @@ class GpuChildThread : public ChildThreadImpl,
// ui::mojom::GpuMain:
void CreateGpuService(ui::mojom::GpuServiceRequest request,
ui::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