Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: remoting/base/util.h

Issue 11470028: Move screen capturers to remoting/capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/base/shared_buffer_unittest.cc ('k') | remoting/base/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/util.h
diff --git a/remoting/base/util.h b/remoting/base/util.h
index a627c921d80aa92905522d56a3d39a11d678e942..e6abe0fa98c54441170e8582e8586e8b9fe620b2 100644
--- a/remoting/base/util.h
+++ b/remoting/base/util.h
@@ -74,14 +74,7 @@ SkIRect ScaleRect(const SkIRect& rect,
const SkISize& in_size,
const SkISize& out_size);
-// Copy pixels in the rectangle from source to destination.
-void CopyRect(const uint8* src_plane,
- int src_plane_stride,
- uint8* dest_plane,
- int dest_plane_stride,
- int bytes_per_pixel,
- const SkIRect& rect);
-
+// Copy content of a rectangle in a RGB32 image.
void CopyRGB32Rect(const uint8* source_buffer,
int source_stride,
const SkIRect& source_buffer_rect,
« no previous file with comments | « remoting/base/shared_buffer_unittest.cc ('k') | remoting/base/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698