Implemented webdriver SetWindowSize.

This commit is contained in:
Alan Jeffrey 2016-05-13 15:18:39 -05:00
parent a4e215974c
commit 5acf0f9a05
5 changed files with 35 additions and 2 deletions

View file

@ -13,6 +13,7 @@ compositing = {path = "../compositing"}
msg = {path = "../msg"}
plugins = {path = "../plugins"}
util = {path = "../util"}
euclid = {version = "0.6.4", features = ["plugins"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
image = "0.10"
log = "0.3.5"