Chromium Code Reviews

Unified Diff: remoting/host/capturer_fake_ascii.h

Issue 3013015: Initial pass at integrating Differ into the chromoting host code.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « remoting/host/capturer_fake.cc ('k') | remoting/host/capturer_fake_ascii.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/capturer_fake_ascii.h
===================================================================
--- remoting/host/capturer_fake_ascii.h (revision 55264)
+++ remoting/host/capturer_fake_ascii.h (working copy)
@@ -20,11 +20,13 @@
CapturerFakeAscii();
virtual ~CapturerFakeAscii();
- virtual void CaptureRects(const RectVector& rects,
- CaptureCompletedCallback* callback);
virtual void ScreenConfigurationChanged();
private:
+ virtual void CalculateInvalidRects();
+ virtual void CaptureRects(const InvalidRects& rects,
+ CaptureCompletedCallback* callback);
+
// Generates an image in the front buffer.
void GenerateImage();
« no previous file with comments | « remoting/host/capturer_fake.cc ('k') | remoting/host/capturer_fake_ascii.cc » ('j') | no next file with comments »

Powered by Google App Engine