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

Unified Diff: remoting/host/mock_objects.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/mock_objects.h
diff --git a/remoting/host/mock_objects.h b/remoting/host/mock_objects.h
index 3c51097a2ecdaf036cf9176109a691aac7ec4130..d974d1da9ffb076f9c6944d364fbd0e79af8c949 100644
--- a/remoting/host/mock_objects.h
+++ b/remoting/host/mock_objects.h
@@ -12,7 +12,7 @@ namespace remoting {
class MockCapturer : public Capturer {
public:
- MockCapturer() {}
+ MockCapturer() : Capturer(NULL) {}
MOCK_METHOD0(ScreenConfigurationChanged, void());
MOCK_METHOD1(InvalidateRects, void(const InvalidRects& inval_rects));

Powered by Google App Engine
This is Rietveld 408576698