| Index: remoting/base/util.h
|
| diff --git a/remoting/base/util.h b/remoting/base/util.h
|
| index d0e0b0de2aebac1f153055e96ab5b1ed74e1518c..262b5519d761dbf908d792cf010f51cec3f0a92c 100644
|
| --- a/remoting/base/util.h
|
| +++ b/remoting/base/util.h
|
| @@ -6,6 +6,7 @@
|
| #define REMOTING_BASE_UTIL_H_
|
|
|
| #include "media/base/video_frame.h"
|
| +#include "third_party/skia/include/core/SkRect.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| namespace remoting {
|
| @@ -64,7 +65,7 @@ void CopyRect(const uint8* src_plane,
|
| uint8* dest_plane,
|
| int dest_plane_stride,
|
| int bytes_per_pixel,
|
| - const gfx::Rect& rect);
|
| + const SkIRect& rect);
|
|
|
| } // namespace remoting
|
|
|
|
|