diff options
Diffstat (limited to 'src/components/style/node.rs')
-rw-r--r-- | src/components/style/node.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/style/node.rs b/src/components/style/node.rs index b98d9651fca..9e8da53100a 100644 --- a/src/components/style/node.rs +++ b/src/components/style/node.rs @@ -28,5 +28,6 @@ pub trait TElement { fn get_hover_state(&self) -> bool; fn get_id(&self) -> Option<Atom>; fn get_disabled_state(&self) -> bool; + fn get_enabled_state(&self) -> bool; } |