mirror of
https://github.com/servo/servo.git
synced 2025-08-20 12:55:33 +01:00
Remove image_data field from display item
It was unused.
This commit is contained in:
parent
279cda65ed
commit
a5115139ba
2 changed files with 0 additions and 7 deletions
|
@ -18,7 +18,6 @@ use euclid::{Vector2D, TypedRect, SideOffsets2D};
|
|||
use euclid::num::{One, Zero};
|
||||
use gfx_traits::{self, StackingContextId};
|
||||
use gfx_traits::print_tree::PrintTree;
|
||||
use ipc_channel::ipc::IpcSharedMemory;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use net_traits::image::base::{Image, PixelFormat};
|
||||
use range::Range;
|
||||
|
@ -683,9 +682,6 @@ pub struct ImageDisplayItem {
|
|||
|
||||
pub webrender_image: WebRenderImageInfo,
|
||||
|
||||
#[ignore_malloc_size_of = "Because it is non-owning"]
|
||||
pub image_data: Option<Arc<IpcSharedMemory>>,
|
||||
|
||||
/// The dimensions to which the image display item should be stretched. If this is smaller than
|
||||
/// the bounds of this display item, then the image will be repeated in the appropriate
|
||||
/// direction to tile the entire bounds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue