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

Unified Diff: content/common/message_router.h

Issue 634313002: Add mouse input forwarding to gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test race Created 6 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
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/message_router.h
diff --git a/content/common/message_router.h b/content/common/message_router.h
index a842f8eb899ee60c15d3e59d633a6df96e26527b..3df9bd59748f75455fec5d85e4b9f333ddc38445 100644
--- a/content/common/message_router.h
+++ b/content/common/message_router.h
@@ -6,6 +6,7 @@
#define CONTENT_COMMON_MESSAGE_ROUTER_H_
#include "base/id_map.h"
+#include "content/common/content_export.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
@@ -29,7 +30,7 @@
namespace content {
-class MessageRouter : public IPC::Listener, public IPC::Sender {
+class CONTENT_EXPORT MessageRouter : public IPC::Listener, public IPC::Sender {
public:
MessageRouter();
~MessageRouter() override;
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698