diff options
author | Paul Rouget <me@paulrouget.com> | 2018-05-03 14:06:32 +0800 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2018-05-03 14:37:21 +0800 |
commit | af5b50006fb6df8c59b8a9eb55162c5b56d83cd0 (patch) | |
tree | 7df0e690709e4f6f50739c653054f8f3f87243c0 /components/script_traits/script_msg.rs | |
parent | 625634a0275bb1ea1e918407368ab70990a728f1 (diff) | |
download | servo-af5b50006fb6df8c59b8a9eb55162c5b56d83cd0.tar.gz servo-af5b50006fb6df8c59b8a9eb55162c5b56d83cd0.zip |
Remove useless message
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r-- | components/script_traits/script_msg.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index d263753c7de..cc0bb7bb2f0 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use AnimationState; -use CompositorEvent; use DocumentState; use IFrameLoadInfo; use IFrameLoadInfoWithData; @@ -82,8 +81,6 @@ pub enum ScriptMsg { CreateCanvasPaintThread(Size2D<i32>, IpcSender<(IpcSender<CanvasMsg>, CanvasId)>), /// Notifies the constellation that this frame has received focus. Focus, - /// Forward an event that was sent to the parent window. - ForwardEvent(PipelineId, CompositorEvent), /// Requests that the constellation retrieve the current contents of the clipboard GetClipboardContents(IpcSender<String>), /// Get the browsing context id for a given pipeline. |