Bug 1228280 - Dummy patch. To keep patch order on review board draft
authorCJKu <cku@mozilla.com>
Thu, 19 May 2016 12:41:45 +0800
changeset 368602 cc44a2385fa4d9087d906774cea9fa1f35598ed0
parent 368601 3d9fe359b297220b5e762c91eef9aa8c55cb584a
child 368603 bacced8947b4d365bcd71cd83b7636e3e545873e
push id18601
push usercku@mozilla.com
push dateThu, 19 May 2016 04:45:09 +0000
bugs1228280
milestone49.0a1
Bug 1228280 - Dummy patch. To keep patch order on review board MozReview-Commit-ID: L9S9Qq9xPWX
layout/svg/nsSVGMaskFrame.cpp
--- a/layout/svg/nsSVGMaskFrame.cpp
+++ b/layout/svg/nsSVGMaskFrame.cpp
@@ -202,17 +202,17 @@ NS_IMPL_FRAMEARENA_HELPERS(nsSVGMaskFram
 
 already_AddRefed<SourceSurface>
 nsSVGMaskFrame::GetMaskForMaskedFrame(gfxContext* aContext,
                                       nsIFrame* aMaskedFrame,
                                       const gfxMatrix &aMatrix,
                                       float aOpacity,
                                       Matrix* aMaskTransform,
                                       uint8_t aMaskOp)
-{
+{ 
   // If the flag is set when we get here, it means this mask frame
   // has already been used painting the current mask, and the document
   // has a mask reference loop.
   if (mInUse) {
     NS_WARNING("Mask loop detected!");
     return nullptr;
   }
   AutoMaskReferencer maskRef(this);