summaryrefslogtreecommitdiffstats
path: root/chromium/ui/base/win/window_event_target.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/win/window_event_target.cc')
-rw-r--r--chromium/ui/base/win/window_event_target.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/ui/base/win/window_event_target.cc b/chromium/ui/base/win/window_event_target.cc
new file mode 100644
index 00000000000..555cd5af333
--- /dev/null
+++ b/chromium/ui/base/win/window_event_target.cc
@@ -0,0 +1,16 @@
+// Copyright (c) 2014 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 "ui/base/win/window_event_target.h"
+
+namespace ui {
+
+const char WindowEventTarget::kWin32InputEventTarget[]
+ = "Win32_InputEventTarget";
+
+WindowEventTarget::WindowEventTarget() {}
+
+WindowEventTarget::~WindowEventTarget() {}
+
+} // namespace ui