mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move is_image_data to script_layout_interface.
This commit is contained in:
parent
65b93c20b7
commit
2c50318ee7
4 changed files with 6 additions and 9 deletions
|
@ -27,8 +27,6 @@ use style::servo::Stylesheet;
|
|||
use url::Url;
|
||||
use util::ipc::OptionalOpaqueIpcSender;
|
||||
|
||||
pub use dom::htmlobjectelement::is_image_data;
|
||||
|
||||
/// Asynchronous messages that script can send to layout.
|
||||
pub enum Msg {
|
||||
/// Adds the given stylesheet to the document.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue