diff options
author | markdittmer <markdittmer@chromium.org> | 2016-03-03 13:33:14 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-03 21:34:33 +0000 |
commit | 74b231ad33ec44bc2662fef2831a3cd90e1f3834 (patch) | |
tree | 0d2f3eb874068b96c08f5deedd8638c6f8c05f73 /mash | |
parent | 1170487b35230f1e8dc2bcc3aad6aa5d266ca3f3 (diff) | |
download | chromium_src-74b231ad33ec44bc2662fef2831a3cd90e1f3834.zip chromium_src-74b231ad33ec44bc2662fef2831a3cd90e1f3834.tar.gz chromium_src-74b231ad33ec44bc2662fef2831a3cd90e1f3834.tar.bz2 |
Implements and tests IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC). Support for (scoped) pointers for abstract ui::Event objects implemented using ui::ScopedEvent, and trusting ui::EventType information to instantiate the correct concrete type.
BUG=584687
Committed: https://crrev.com/482ddfefe2602f440146eebf4b56e8e040fb81fa
Cr-Commit-Position: refs/heads/master@{#378821}
Review URL: https://codereview.chromium.org/1695783002
Cr-Commit-Position: refs/heads/master@{#379094}
Diffstat (limited to 'mash')
-rw-r--r-- | mash/wm/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn index bc62208..935186c 100644 --- a/mash/wm/BUILD.gn +++ b/mash/wm/BUILD.gn @@ -70,7 +70,7 @@ source_set("lib") { deps = [ "//base", - "//components/mus/common", + "//components/mus/common:mus_common", "//components/mus/public/cpp", "//components/mus/public/interfaces", "//mash/shell/public/interfaces", |