feat(capture_webrender): write webrender revision into text

This commit is contained in:
OJ Kwon 2018-03-16 14:14:31 -07:00
parent 6b16e712e7
commit 0671fcb5c7
No known key found for this signature in database
GPG key ID: 6C23A45602A44DA6
2 changed files with 21 additions and 2 deletions

View file

@ -39,6 +39,7 @@ use style_traits::CSSPixel;
mod compositor;
pub mod compositor_thread;
mod touch;
mod webrender_revision;
pub mod windowing;
pub struct SendableFrameTree {