Roll src/third_party/WebKit b41a10f:afd8afd (svn 202201:202202)
[chromium-blink-merge.git] / remoting / host / single_window_input_injector_linux.cc
blob7baa8bdf6350ab0d2089e16c40eb79118ea3ac9e
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "remoting/host/single_window_input_injector.h"
7 namespace remoting {
9 scoped_ptr<InputInjector> SingleWindowInputInjector::CreateForWindow(
10 webrtc::WindowId window_id,
11 scoped_ptr<InputInjector> input_injector) {
12 return nullptr;
15 } // namespace remoting