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

Unified Diff: remoting/base/capture_data.cc

Issue 7491070: Switch over to using SkRegions to calculate dirty areas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up comments Created 9 years, 4 months 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
Index: remoting/base/capture_data.cc
diff --git a/remoting/base/capture_data.cc b/remoting/base/capture_data.cc
index 174044793d1ddbcefff8c7682a97e61c062cd10c..b668cde5152be2f5d8e81fde2ee71af75f49237a 100644
--- a/remoting/base/capture_data.cc
+++ b/remoting/base/capture_data.cc
@@ -17,7 +17,7 @@ CaptureData::CaptureData(const DataPlanes &data_planes,
const gfx::Size& size,
media::VideoFrame::Format format)
: data_planes_(data_planes),
- dirty_rects_(),
+ dirty_region_(),
size_(size),
pixel_format_(format),
capture_time_ms_(0),

Powered by Google App Engine
This is Rietveld 408576698