diff --git a/ports/geckolib/wrapper.rs b/ports/geckolib/wrapper.rs index b1299ff7bc5..efa8624d39a 100644 --- a/ports/geckolib/wrapper.rs +++ b/ports/geckolib/wrapper.rs @@ -194,10 +194,9 @@ impl<'ln> TNode for GeckoNode<'ln> { unimplemented!() } - fn has_changed(&self) -> bool { - // FIXME(bholley) - Implement this to allow incremental reflows! - true - } + // NOTE: This is not relevant for Gecko, since we get explicit restyle hints + // when a content has changed. + fn has_changed(&self) -> bool { false } unsafe fn set_changed(&self, _value: bool) { unimplemented!()