| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_aura.h (revision 138418)
|
| +++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
|
| @@ -99,16 +99,16 @@
|
| base::Callback<void(bool)> callback) OVERRIDE;
|
| virtual void OnAcceleratedCompositingStateChange() OVERRIDE;
|
| virtual void AcceleratedSurfaceBuffersSwapped(
|
| - const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params_in_pixel,
|
| + const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params,
|
| int gpu_host_id) OVERRIDE;
|
| virtual void AcceleratedSurfacePostSubBuffer(
|
| - const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params_in_pixel,
|
| + const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params,
|
| int gpu_host_id) OVERRIDE;
|
| virtual void AcceleratedSurfaceSuspend() OVERRIDE;
|
| virtual bool HasAcceleratedSurface(const gfx::Size& desired_size) OVERRIDE;
|
| virtual void AcceleratedSurfaceNew(
|
| - int32 width_in_pixel,
|
| - int32 height_in_pixel,
|
| + int32 width,
|
| + int32 height,
|
| uint64* surface_id,
|
| TransportDIB::Handle* surface_handle) OVERRIDE;
|
| virtual void AcceleratedSurfaceRelease(uint64 surface_id) OVERRIDE;
|
|
|