Skip to content

Commit

Permalink
changed gfx private types to public
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkuo committed Jan 17, 2016
1 parent 64f5818 commit 8ecc120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gfx/platform/freetype/font_context.rs
Expand Up @@ -18,7 +18,7 @@ use util::mem::{HeapSizeOf, heap_size_of};
// We pass a |User| struct -- via an opaque |void*| -- to FreeType each time a new instance is
// created. FreeType passes it back to the ft_alloc/ft_realloc/ft_free callbacks. We use it to
// record the memory usage of each FreeType instance.
struct User {
pub struct User {
size: usize,
}

Expand Down

0 comments on commit 8ecc120

Please sign in to comment.