Index: content/common/gpu/client/content_gl_context.h |
diff --git a/content/common/gpu/client/content_gl_context.h b/content/common/gpu/client/content_gl_context.h |
index cb552eb70e27a4348c85f2367f2cab9e711a9759..87f4b0704078047472d6ea0a900f6744431d576c 100644 |
--- a/content/common/gpu/client/content_gl_context.h |
+++ b/content/common/gpu/client/content_gl_context.h |
@@ -25,7 +25,7 @@ |
class GpuChannelHost; |
class CommandBufferProxy; |
class GURL; |
-class GpuMemoryAllocation; |
+struct GpuMemoryAllocationForRenderer; |
namespace gpu { |
class TransferBuffer; |
@@ -166,7 +166,8 @@ class ContentGLContext : public base::SupportsWeakPtr<ContentGLContext>, |
// Register a callback to invoke whenever we recieve a new memory allocation. |
void SetMemoryAllocationChangedCallback( |
- const base::Callback<void(const GpuMemoryAllocation&)>& callback); |
+ const base::Callback<void(const GpuMemoryAllocationForRenderer&)>& |
+ callback); |
// TODO(gman): Remove this |
void DisableShaderTranslation(); |