Make Hasher opaque

This commit is contained in:
Héctor Ramón Jiménez 2019-08-30 01:54:41 +02:00
parent e84e0b876c
commit 2ebe09dacb
12 changed files with 36 additions and 20 deletions

View file

@ -134,7 +134,7 @@ where
MouseCursor::OutOfBounds
}
fn hash(&self, state: &mut Hasher) {
fn hash_layout(&self, state: &mut Hasher) {
self.style.hash(state);
self.content.hash(state);