Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D21108
This commit is contained in:
@@ -91,7 +91,8 @@ static IntRect GetTransformedBounds(Layer* aLayer) {
|
||||
return bounds;
|
||||
}
|
||||
|
||||
/* static */ Maybe<IntRect> ContainerLayerMLGPU::FindVisibleBounds(
|
||||
/* static */
|
||||
Maybe<IntRect> ContainerLayerMLGPU::FindVisibleBounds(
|
||||
Layer* aLayer, const Maybe<RenderTargetIntRect>& aClip) {
|
||||
AL_LOG(" visiting child %p\n", aLayer);
|
||||
AL_LOG_IF(aClip, " parent clip: %s\n", Stringify(aClip.value()).c_str());
|
||||
|
||||
Reference in New Issue
Block a user