Bug 919871: Make .cpp files in layout/generic #include their corresponding .h file first. r=mats
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
|
||||
/* rendering object for the HTML <canvas> element */
|
||||
|
||||
#include "nsGkAtoms.h"
|
||||
#include "nsHTMLCanvasFrame.h"
|
||||
|
||||
#include "nsGkAtoms.h"
|
||||
#include "mozilla/dom/HTMLCanvasElement.h"
|
||||
#include "nsDisplayList.h"
|
||||
#include "nsLayoutUtils.h"
|
||||
|
||||
Reference in New Issue
Block a user