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

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h

Issue 9702081: Splitting GpuMemoryAllocation into two parts: for renderer and browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
index dd0620a79ba73ec1f33d970e9f2fc95243d7429b..ae35e324a0d0db1f497193540d144740104c062e 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
@@ -521,7 +521,8 @@ class WebGraphicsContext3DCommandBufferImpl
bool ShouldUseSwapClient();
// MemoryAllocationChanged callback.
- void OnMemoryAllocationChanged(const GpuMemoryAllocation& allocation);
+ void OnMemoryAllocationChanged(const GpuMemoryAllocationForRenderer&
+ allocation);
bool initialize_failed_;

Powered by Google App Engine
This is Rietveld 408576698