Bug 1353205 - Fix includes in nsImageRenderer.cpp again. r?rhunt draft
authorMarkus Stange <mstange@themasta.com>
Tue, 04 Apr 2017 11:38:20 -0400
changeset 555623 d34b8907945a0233d599a47bc3e1801b06f4fb7c
parent 554820 0c1c00abd486c3cb5d8631592dbf902622cda205
child 556153 e72ae04b9ec4fa419f3d8663650527e88261e928
push id52284
push userbmo:mstange@themasta.com
push dateTue, 04 Apr 2017 15:39:18 +0000
reviewersrhunt
bugs1353205
milestone55.0a1
Bug 1353205 - Fix includes in nsImageRenderer.cpp again. r?rhunt MozReview-Commit-ID: EQyAdbOCWtU
layout/painting/nsImageRenderer.cpp
--- a/layout/painting/nsImageRenderer.cpp
+++ b/layout/painting/nsImageRenderer.cpp
@@ -1,27 +1,28 @@
 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 // vim:cindent:ts=2:et:sw=2:
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 /* utility functions for drawing borders and backgrounds */
 
-#include "nsCSSRenderingGradients.h"
+#include "nsImageRenderer.h"
 
 #include "mozilla/webrender/WebRenderAPI.h"
 
 #include "gfxDrawable.h"
 #include "ImageOps.h"
 #include "nsContentUtils.h"
 #include "nsCSSRendering.h"
+#include "nsCSSRenderingGradients.h"
 #include "nsIFrame.h"
-#include "nsImageRenderer.h"
 #include "nsRenderingContext.h"
+#include "nsStyleStructInlines.h"
 #include "nsSVGEffects.h"
 #include "nsSVGIntegrationUtils.h"
 
 using namespace mozilla;
 using namespace mozilla::gfx;
 using namespace mozilla::image;
 using namespace mozilla::layers;