diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 05:23:47 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 05:23:47 +0000 |
commit | 2db534007e92ba616b61e7a65f76e738151620f5 (patch) | |
tree | 9057712927d66f7e29e2981840cc86304e3d2d59 /remoting/base/util.h | |
parent | 274e372af7a6d457e4773fdce215e3e6d70efcea (diff) | |
download | chromium_src-2db534007e92ba616b61e7a65f76e738151620f5.zip chromium_src-2db534007e92ba616b61e7a65f76e738151620f5.tar.gz chromium_src-2db534007e92ba616b61e7a65f76e738151620f5.tar.bz2 |
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
Diffstat (limited to 'remoting/base/util.h')
-rw-r--r-- | remoting/base/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |