Responding to review comments.

This commit is contained in:
Alan Jeffrey 2016-05-20 09:45:34 -05:00
parent 3962ffc501
commit 8797f6f3ec
5 changed files with 15 additions and 13 deletions

View file

@ -193,7 +193,7 @@ pub enum WebDriverCommandMsg {
Refresh(PipelineId, IpcSender<LoadStatus>),
ScriptCommand(PipelineId, WebDriverScriptCommand),
SendKeys(PipelineId, Vec<(Key, KeyModifiers, KeyState)>),
SetWindowSize(PipelineId, Size2D<u32>, IpcSender<Option<WindowSizeData>>),
SetWindowSize(PipelineId, Size2D<u32>, IpcSender<WindowSizeData>),
TakeScreenshot(PipelineId, IpcSender<Option<Image>>),
}