☠☠ backed out by 775c7c08f6fd ☠ ☠ | |
author | Hiroyuki Ikezoe <hikezoe@mozilla.com> |
Tue, 31 Jul 2018 06:13:15 +0900 | |
changeset 429235 | c3bab1bc97cf21e73699a2b9d2ac114522d19391 |
parent 429234 | c8c2625a33baf37d1122814ee9a04dfcf40cf180 |
child 429236 | 6ecc1666f571b6c97b7c30e2795a91334d09d65f |
push id | 67091 |
push user | hikezoe@mozilla.com |
push date | Mon, 30 Jul 2018 21:15:55 +0000 |
treeherder | autoland@6ecc1666f571 [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";