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

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: tiny fix for android and windows build Created 8 years, 5 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 55c2be9b69dc9a3e3d9281da44fab864eff5422f..8c554f343b8fd108cf6209bf4831b3aa2df879bf 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -14,7 +14,6 @@
#include "base/observer_list.h"
#include "content/common/content_export.h"
#include "content/common/gpu/gpu_memory_allocation.h"
-#include "content/common/gpu/gpu_memory_allocation.h"
#include "googleurl/src/gurl.h"
#include "gpu/command_buffer/common/constants.h"
#include "gpu/command_buffer/service/command_buffer_service.h"
@@ -41,6 +40,7 @@ class GpuWatchdog;
namespace gpu {
namespace gles2 {
+class ProgramCache;
class MailboxManager;
}
}
@@ -105,7 +105,8 @@ class GpuCommandBufferStub
int32 surface_id,
GpuWatchdog* watchdog,
bool software,
- const GURL& active_url);
+ const GURL& active_url,
+ gpu::gles2::ProgramCache* program_cache);
virtual ~GpuCommandBufferStub();

Powered by Google App Engine
This is Rietveld 408576698