Update webrender

This commit is contained in:
Manish Goregaokar 2018-11-20 17:02:17 -08:00
parent 482923cec2
commit 5413328be2
20 changed files with 138 additions and 122 deletions

View file

@ -54,7 +54,7 @@ use style_traits::cursor::CursorKind;
use style_traits::CSSPixel;
use style_traits::SpeculativePainter;
use webrender_api::{
DevicePixel, DeviceUintSize, DocumentId, ExternalScrollId, ImageKey, RenderApiSender,
DeviceIntSize, DevicePixel, DocumentId, ExternalScrollId, ImageKey, RenderApiSender,
};
use webvr_traits::{WebVREvent, WebVRMsg};
@ -701,7 +701,7 @@ pub enum WebDriverCommandMsg {
/// Set the window size.
SetWindowSize(
TopLevelBrowsingContextId,
DeviceUintSize,
DeviceIntSize,
IpcSender<WindowSizeData>,
),
/// Take a screenshot of the window.