Index: content/browser/gpu/gpu_process_host_ui_shim.h |
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h |
index f99d53227e2a71bcd074065d86597b4b540b4e25..5c322b9a87760e15261bce21b5f976df772ea1cd 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.h |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h |
@@ -26,6 +26,7 @@ struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params; |
struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params; |
struct GpuHostMsg_AcceleratedSurfaceNew_Params; |
struct GpuHostMsg_AcceleratedSurfaceRelease_Params; |
+struct GpuHostMsg_AcceleratedSurfaceSuggestDiscard_Params; |
namespace gfx { |
class Size; |
@@ -104,6 +105,8 @@ class GpuProcessHostUIShim |
#if defined(USE_AURA) |
void OnAcceleratedSurfaceRelease( |
const GpuHostMsg_AcceleratedSurfaceRelease_Params& params); |
+ void OnAcceleratedSurfaceSuggestDiscard( |
+ const GpuHostMsg_AcceleratedSurfaceSuggestDiscard_Params& params); |
#endif |
// The serial number of the GpuProcessHost / GpuProcessHostUIShim pair. |