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

Unified Diff: remoting/host/capturer_gdi.h

Issue 4971003: Inject MessageLoop into Capturer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/host/capturer_gdi.h
diff --git a/remoting/host/capturer_gdi.h b/remoting/host/capturer_gdi.h
index 989f49145fd6436eaa84c612cb7576fb791b5450..cbe558dfc12d66b8f4f5ade5263540f1cc5f4ebf 100644
--- a/remoting/host/capturer_gdi.h
+++ b/remoting/host/capturer_gdi.h
@@ -20,7 +20,7 @@ class Differ;
// remoting/host/capturer.h.
class CapturerGdi : public Capturer {
public:
- CapturerGdi();
+ CapturerGdi(MessageLoop* message_loop);
awong 2010/11/16 00:42:12 explicit
virtual ~CapturerGdi();
virtual void ScreenConfigurationChanged();

Powered by Google App Engine
This is Rietveld 408576698