Activate flexbox layout tracing

This commit is contained in:
Shing Lyu 2016-10-20 15:20:06 +08:00
parent 92d380c399
commit 4b2d80afcf
4 changed files with 15 additions and 13 deletions

View file

@ -215,6 +215,7 @@ impl Debug for DebugWritingMode {
// Used to specify the logical direction.
#[derive(Debug, Clone, Copy, PartialEq)]
#[cfg_attr(feature = "servo", derive(Serialize))]
pub enum Direction {
Inline,
Block