From 2db534007e92ba616b61e7a65f76e738151620f5 Mon Sep 17 00:00:00 2001 From: "dmaclach@chromium.org" Date: Thu, 11 Aug 2011 05:23:47 +0000 Subject: Revert 96327 - Switch over to using SkRegions to calculate dirty areas. BUG=91619 TEST=Set up a remoting sesssion and make sure it works. Review URL: http://codereview.chromium.org/7491070 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/7622002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96328 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/base/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'remoting/base/util.h') diff --git a/remoting/base/util.h b/remoting/base/util.h index 262b551..d0e0b0d 100644 --- a/remoting/base/util.h +++ b/remoting/base/util.h @@ -6,7 +6,6 @@ #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 { @@ -65,7 +64,7 @@ void CopyRect(const uint8* src_plane, uint8* dest_plane, int dest_plane_stride, int bytes_per_pixel, - const SkIRect& rect); + const gfx::Rect& rect); } // namespace remoting -- cgit v1.1