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

Unified Diff: content/renderer/blink_input_events_type_converters.h

Issue 1484013003: mustash: Implement basic input event routing in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The right diff Created 5 years 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: content/renderer/blink_input_events_type_converters.h
diff --git a/components/html_viewer/blink_input_events_type_converters.h b/content/renderer/blink_input_events_type_converters.h
similarity index 71%
copy from components/html_viewer/blink_input_events_type_converters.h
copy to content/renderer/blink_input_events_type_converters.h
index 9461bdca11ff62b450442c0eb1b3e594c2846fb1..9a04201f7bcb79a9004d87d1c02e6e364255dae2 100644
--- a/components/html_viewer/blink_input_events_type_converters.h
+++ b/content/renderer/blink_input_events_type_converters.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_HTML_VIEWER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
-#define COMPONENTS_HTML_VIEWER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
+#ifndef CONTENT_RENDERER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
+#define CONTENT_RENDERER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
#include "base/memory/scoped_ptr.h"
#include "components/mus/public/interfaces/input_events.mojom.h"
@@ -22,4 +22,4 @@ struct TypeConverter<scoped_ptr<blink::WebInputEvent>, mus::mojom::EventPtr> {
} // namespace mojo
-#endif // COMPONENTS_HTML_VIEWER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
+#endif // CONTENT_RENDERER_BLINK_INPUT_EVENTS_TYPE_CONVERTERS_H_
sadrul 2015/12/02 18:20:57 Maybe this should move to mojo/converters/blink/?
Fady Samuel 2015/12/02 21:30:28 Done.

Powered by Google App Engine
This is Rietveld 408576698