Remove image_data field from display item

It was unused.
This commit is contained in:
Pyfisch 2018-02-10 22:17:28 +01:00
parent 279cda65ed
commit a5115139ba
2 changed files with 0 additions and 7 deletions

View file

@ -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.