author | Hiroyuki Ikezoe <hikezoe@mozilla.com> |
Tue, 31 Jul 2018 06:13:15 +0900 | |
changeset 429281 | 23119363c98a566674fb87148fa006c37536beea |
parent 429280 | ebf0464540984a420acce7214b7cd70eca3ac1a0 |
child 429282 | 7356e631ab340da0b7f9090b1bc3374c903cc944 |
push id | 67098 |
push user | hikezoe@mozilla.com |
push date | Tue, 31 Jul 2018 00:46:07 +0000 |
treeherder | autoland@34b671e3dd5d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | kats |
bugs | 1479234 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
gfx/layers/composite/CompositableHost.h | file | annotate | diff | comparison | revisions | |
gfx/layers/ipc/LayersMessages.ipdlh | file | annotate | diff | comparison | revisions |
--- a/gfx/layers/composite/CompositableHost.h +++ b/gfx/layers/composite/CompositableHost.h @@ -43,16 +43,17 @@ class LayerComposite; class ImageHost; class Compositor; class ThebesBufferData; class TiledContentHost; class CompositableParentManager; class WebRenderImageHost; class ContentHost; class ContentHostTexture; +class HostLayerManager; struct EffectChain; struct ImageCompositeNotificationInfo { base::ProcessId mImageBridgeProcessId; ImageCompositeNotification mNotification; }; struct AsyncCompositableRef
--- a/gfx/layers/ipc/LayersMessages.ipdlh +++ b/gfx/layers/ipc/LayersMessages.ipdlh @@ -9,16 +9,17 @@ include LayersSurfaces; include protocol PCompositorBridge; include protocol PRenderFrame; include protocol PTexture; 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"; using mozilla::gfx::IntPoint from "mozilla/gfx/Point.h"; using class mozilla::gfx::Matrix4x4 from "mozilla/gfx/Matrix.h"; using nscoord from "nsCoord.h"; using struct nsRect from "nsRect.h"; using struct nsPoint from "nsPoint.h"; @@ -40,17 +41,16 @@ using mozilla::layers::ScaleMode from "m using mozilla::layers::EventRegions from "mozilla/layers/LayersTypes.h"; using mozilla::layers::EventRegionsOverride from "mozilla/layers/LayersTypes.h"; using mozilla::layers::DiagnosticTypes from "mozilla/layers/CompositorTypes.h"; using mozilla::layers::FocusTarget from "mozilla/layers/FocusTarget.h"; 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"; using mozilla::CrossProcessSemaphoreHandle from "mozilla/ipc/CrossProcessSemaphore.h"; using struct mozilla::void_t from "ipc/IPCMessageUtils.h"; using mozilla::layers::LayersId from "mozilla/layers/LayersTypes.h"; using mozilla::layers::TransactionId from "mozilla/layers/LayersTypes.h";