mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Stub out is_multicol for now.
This commit is contained in:
parent
1a727225a6
commit
81f3239f69
1 changed files with 2 additions and 1 deletions
|
@ -96,8 +96,9 @@ impl ComputedValues for GeckoComputedValues {
|
|||
fn set_root_font_size(&mut self, s: Au) { self.root_font_size = s; }
|
||||
fn set_writing_mode(&mut self, mode: WritingMode) { self.writing_mode = mode; }
|
||||
|
||||
// FIXME(bholley): Implement this properly.
|
||||
#[inline]
|
||||
fn is_multicol(&self) -> bool { unimplemented!() }
|
||||
fn is_multicol(&self) -> bool { false }
|
||||
}
|
||||
|
||||
<%def name="declare_style_struct(style_struct)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue