diff options
author | Junyoung Cho <june0.cho@samsung.com> | 2013-09-16 17:28:38 +0900 |
---|---|---|
committer | Junyoung Cho <june0.cho@samsung.com> | 2013-09-16 17:28:38 +0900 |
commit | d4ab2fc5208216d2b94a915b32fafe3d9d0888be (patch) | |
tree | 4bfc6981de24abe1da3cd5599805216f32cb2119 /src | |
parent | 7436c107c169a49953abf6d4ee195a446742fae1 (diff) | |
download | servo-d4ab2fc5208216d2b94a915b32fafe3d9d0888be.tar.gz servo-d4ab2fc5208216d2b94a915b32fafe3d9d0888be.zip |
Fix error: declare a module.
Diffstat (limited to 'src')
-rw-r--r-- | src/components/gfx/platform/macos/font.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/gfx/platform/macos/font.rs b/src/components/gfx/platform/macos/font.rs index 6e51c758823..08978c5d063 100644 --- a/src/components/gfx/platform/macos/font.rs +++ b/src/components/gfx/platform/macos/font.rs @@ -13,6 +13,7 @@ use font::{FontTableTag, FontWeight100, FontWeight200, FontWeight300, FontWeight use font::{FontWeight500, FontWeight600, FontWeight700, FontWeight800, FontWeight900}; use font::{FractionalPixel, SpecifiedFontStyle}; use geometry::{Au, px_to_pt}; +use geometry; use platform::macos::font_context::FontContextHandle; use text::glyph::GlyphIndex; |