| Index: remoting/base/util.h
|
| ===================================================================
|
| --- remoting/base/util.h (revision 118600)
|
| +++ remoting/base/util.h (working copy)
|
| @@ -27,16 +27,6 @@
|
| int uv_stride,
|
| int rgb_stride);
|
|
|
| -void ScaleYUVToRGB32WithRect(const uint8* y_plane,
|
| - const uint8* u_plane,
|
| - const uint8* v_plane,
|
| - uint8* rgb_plane,
|
| - const SkIRect& source_rect,
|
| - const SkIRect& dest_rect,
|
| - int y_stride,
|
| - int uv_stride,
|
| - int rgb_stride);
|
| -
|
| void ConvertRGB32ToYUVWithRect(const uint8* rgb_plane,
|
| uint8* y_plane,
|
| uint8* u_plane,
|
|
|