Bug 1384616 - Fix indentation. r=jrmuizel

MozReview-Commit-ID: ArkCmZieGum

--HG--
extra : rebase_source : de6d006d63947b9ca8b972c70e6e8517073cd28c
This commit is contained in:
Kartikaya Gupta 2017-07-31 15:27:29 -04:00
Родитель 4b43c164a0
Коммит 72688d935e
1 изменённых файлов: 18 добавлений и 18 удалений

Просмотреть файл

@ -1951,28 +1951,28 @@ public:
{ return nullptr; }
/**
* Function to create the WebRenderCommands without
* Layer. For layers mode, aManager->IsLayersFreeTransaction()
* should be false to prevent doing GetLayerState again. For
* layers-free mode, we should check if the layer state is
* active first and have an early return if the layer state is
* not active.
*
* @return true if successfully creating webrender commands.
*/
virtual bool CreateWebRenderCommands(mozilla::wr::DisplayListBuilder& aBuilder,
const StackingContextHelper& aSc,
nsTArray<WebRenderParentCommand>& aParentCommands,
mozilla::layers::WebRenderLayerManager* aManager,
nsDisplayListBuilder* aDisplayListBuilder) { return false; }
* Function to create the WebRenderCommands without
* Layer. For layers mode, aManager->IsLayersFreeTransaction()
* should be false to prevent doing GetLayerState again. For
* layers-free mode, we should check if the layer state is
* active first and have an early return if the layer state is
* not active.
*
* @return true if successfully creating webrender commands.
*/
virtual bool CreateWebRenderCommands(mozilla::wr::DisplayListBuilder& aBuilder,
const StackingContextHelper& aSc,
nsTArray<WebRenderParentCommand>& aParentCommands,
mozilla::layers::WebRenderLayerManager* aManager,
nsDisplayListBuilder* aDisplayListBuilder) { return false; }
/**
* Builds a DisplayItemLayer and sets the display item to this.
*/
already_AddRefed<Layer>
BuildDisplayItemLayer(nsDisplayListBuilder* aBuilder,
LayerManager* aManager,
const ContainerLayerParameters& aContainerParameters);
already_AddRefed<Layer>
BuildDisplayItemLayer(nsDisplayListBuilder* aBuilder,
LayerManager* aManager,
const ContainerLayerParameters& aContainerParameters);
/**
* On entry, aVisibleRegion contains the region (relative to ReferenceFrame())