Index: content/browser/gpu/gpu_process_host_ui_shim.h |
=================================================================== |
--- content/browser/gpu/gpu_process_host_ui_shim.h (revision 111043) |
+++ content/browser/gpu/gpu_process_host_ui_shim.h (working copy) |
@@ -91,15 +91,16 @@ |
defined(OS_WIN) |
void OnResizeView(int32 renderer_id, |
int32 render_view_id, |
- int32 command_buffer_route_id, |
+ int32 route_id, |
gfx::Size size); |
#endif |
+ void OnAcceleratedSurfaceBuffersSwapped( |
+ const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params); |
+ |
#if defined(OS_MACOSX) || defined(UI_COMPOSITOR_IMAGE_TRANSPORT) |
void OnAcceleratedSurfaceNew( |
const GpuHostMsg_AcceleratedSurfaceNew_Params& params); |
- void OnAcceleratedSurfaceBuffersSwapped( |
- const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params); |
#endif |
#if defined(UI_COMPOSITOR_IMAGE_TRANSPORT) |