Bug 1344954: Give nsCanvasFrame.cpp an include for nsIFrameInlines.h. r?mats draft
authorDaniel Holbert <dholbert@cs.stanford.edu>
Mon, 06 Mar 2017 16:11:44 -0800
changeset 494294 b8b3d6d6dda6ebc15a5d44dccf3ec81d665cb8bf
parent 494293 f822f46061e19cca1800be27af0a48808f6f2b18
child 548076 4451ac6a36846a8838479cea1c3f3685d7627ba3
push id48006
push userdholbert@mozilla.com
push dateTue, 07 Mar 2017 00:12:07 +0000
reviewersmats
bugs1344954
milestone54.0a1
Bug 1344954: Give nsCanvasFrame.cpp an include for nsIFrameInlines.h. r?mats It needs this #include in order to get the (inlined) impl for its call to PropagateRootElementWritingMode(). MozReview-Commit-ID: 35OGSHlRqFA
layout/generic/nsCanvasFrame.cpp
--- a/layout/generic/nsCanvasFrame.cpp
+++ b/layout/generic/nsCanvasFrame.cpp
@@ -10,16 +10,17 @@
 #include "AccessibleCaretEventHub.h"
 #include "gfxUtils.h"
 #include "nsContainerFrame.h"
 #include "nsCSSRendering.h"
 #include "nsPresContext.h"
 #include "nsStyleContext.h"
 #include "nsRenderingContext.h"
 #include "nsGkAtoms.h"
+#include "nsIFrameInlines.h"
 #include "nsIPresShell.h"
 #include "nsDisplayList.h"
 #include "nsCSSFrameConstructor.h"
 #include "nsFrameManager.h"
 #include "gfxPlatform.h"
 #include "nsPrintfCString.h"
 #include "mozilla/dom/AnonymousContent.h"
 #include "mozilla/PresShell.h"