summaryrefslogtreecommitdiffstats
path: root/remoting/host/capturer_gdi_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/capturer_gdi_unittest.cc')
-rw-r--r--remoting/host/capturer_gdi_unittest.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/remoting/host/capturer_gdi_unittest.cc b/remoting/host/capturer_gdi_unittest.cc
new file mode 100644
index 0000000..850a4a6
--- /dev/null
+++ b/remoting/host/capturer_gdi_unittest.cc
@@ -0,0 +1,13 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "testing/gmock/include/gmock/gmock.h"
+
+namespace remoting {
+
+TEST(CapturerGdiTest, Capture) {
+ // TODO(hclam): implement this.
+}
+
+} // namespace remoting