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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.h

Issue 10534173: GPU Program Caching (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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/common/gpu/gpu_command_buffer_stub.h
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index 5c9e91260d3188bee5362292ffc5b64589e5366c..881717d5b5d48367090c34ed7132c18818f5e9fe 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -39,6 +39,9 @@ struct GpuMemoryAllocation;
class GpuWatchdog;
namespace gpu {
+
+class ShaderCache;
+
namespace gles2 {
class MailboxManager;
}
@@ -102,7 +105,8 @@ class GpuCommandBufferStub
int32 route_id,
int32 surface_id,
GpuWatchdog* watchdog,
- bool software);
+ bool software,
+ base::WeakPtr<gpu::ShaderCache> shader_cache);
virtual ~GpuCommandBufferStub();

Powered by Google App Engine
This is Rietveld 408576698