From 272dc9b637748b021074c5d22cbd83a9050bedc2 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Tue, 31 Jul 2018 06:13:15 +0900 Subject: [PATCH] Bug 1479234 - Fix the header for gfx::Glyph. r=kats MozReview-Commit-ID: I0ukIwuxv7z --HG-- extra : rebase_source : 74c7ad6a43520c3ba5ce96cbd2b13dedd6aaaa22 --- gfx/layers/composite/CompositableHost.h | 1 + gfx/layers/ipc/LayersMessages.ipdlh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/layers/composite/CompositableHost.h b/gfx/layers/composite/CompositableHost.h index 0d3b0336e184..5eefc5eb8f43 100644 --- a/gfx/layers/composite/CompositableHost.h +++ b/gfx/layers/composite/CompositableHost.h @@ -48,6 +48,7 @@ class CompositableParentManager; class WebRenderImageHost; class ContentHost; class ContentHostTexture; +class HostLayerManager; struct EffectChain; struct ImageCompositeNotificationInfo { diff --git a/gfx/layers/ipc/LayersMessages.ipdlh b/gfx/layers/ipc/LayersMessages.ipdlh index 40ab3ad16455..621172e75bdf 100644 --- a/gfx/layers/ipc/LayersMessages.ipdlh +++ b/gfx/layers/ipc/LayersMessages.ipdlh @@ -14,6 +14,7 @@ include "gfxipc/ShadowLayerUtils.h"; include "mozilla/GfxMessageUtils.h"; include "ImageLayers.h"; +using mozilla::gfx::Glyph from "mozilla/gfx/2D.h"; using mozilla::gfx::SamplingFilter from "mozilla/gfx/2D.h"; using struct mozilla::gfx::Color from "mozilla/gfx/2D.h"; using struct mozilla::gfx::Point3D from "mozilla/gfx/Point.h"; @@ -45,7 +46,6 @@ using struct mozilla::layers::ScrollMetadata from "FrameMetrics.h"; using mozilla::layers::FrameMetrics::ViewID from "FrameMetrics.h"; using mozilla::layers::LayersBackend from "mozilla/layers/LayersTypes.h"; using mozilla::layers::MaybeLayerClip from "FrameMetrics.h"; -using mozilla::gfx::Glyph from "Layers.h"; using mozilla::layers::LayerHandle from "mozilla/layers/LayersTypes.h"; using mozilla::layers::CompositableHandle from "mozilla/layers/LayersTypes.h"; using mozilla::layers::SimpleLayerAttributes from "mozilla/layers/LayerAttributes.h";