зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1479234 - Fix the header for gfx::Glyph. r=kats
MozReview-Commit-ID: I0ukIwuxv7z --HG-- extra : rebase_source : 74c7ad6a43520c3ba5ce96cbd2b13dedd6aaaa22
This commit is contained in:
Родитель
697a9da7aa
Коммит
272dc9b637
|
@ -48,6 +48,7 @@ class CompositableParentManager;
|
||||||
class WebRenderImageHost;
|
class WebRenderImageHost;
|
||||||
class ContentHost;
|
class ContentHost;
|
||||||
class ContentHostTexture;
|
class ContentHostTexture;
|
||||||
|
class HostLayerManager;
|
||||||
struct EffectChain;
|
struct EffectChain;
|
||||||
|
|
||||||
struct ImageCompositeNotificationInfo {
|
struct ImageCompositeNotificationInfo {
|
||||||
|
|
|
@ -14,6 +14,7 @@ include "gfxipc/ShadowLayerUtils.h";
|
||||||
include "mozilla/GfxMessageUtils.h";
|
include "mozilla/GfxMessageUtils.h";
|
||||||
include "ImageLayers.h";
|
include "ImageLayers.h";
|
||||||
|
|
||||||
|
using mozilla::gfx::Glyph from "mozilla/gfx/2D.h";
|
||||||
using mozilla::gfx::SamplingFilter 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::Color from "mozilla/gfx/2D.h";
|
||||||
using struct mozilla::gfx::Point3D from "mozilla/gfx/Point.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::FrameMetrics::ViewID from "FrameMetrics.h";
|
||||||
using mozilla::layers::LayersBackend from "mozilla/layers/LayersTypes.h";
|
using mozilla::layers::LayersBackend from "mozilla/layers/LayersTypes.h";
|
||||||
using mozilla::layers::MaybeLayerClip from "FrameMetrics.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::LayerHandle from "mozilla/layers/LayersTypes.h";
|
||||||
using mozilla::layers::CompositableHandle from "mozilla/layers/LayersTypes.h";
|
using mozilla::layers::CompositableHandle from "mozilla/layers/LayersTypes.h";
|
||||||
using mozilla::layers::SimpleLayerAttributes from "mozilla/layers/LayerAttributes.h";
|
using mozilla::layers::SimpleLayerAttributes from "mozilla/layers/LayerAttributes.h";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче