зеркало из https://github.com/mozilla/pjs.git
Another missed review comment for bug 479655
This commit is contained in:
Родитель
6b47a92e79
Коммит
95073f146b
|
@ -36,6 +36,11 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
/**
|
||||
* A class which manages pending restyles. This handles keeping track
|
||||
* of what nodes restyles need to happen on and so forth.
|
||||
*/
|
||||
|
||||
#include "RestyleTracker.h"
|
||||
#include "nsCSSFrameConstructor.h"
|
||||
#include "nsStyleChangeList.h"
|
||||
|
|
|
@ -35,14 +35,15 @@
|
|||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
#ifndef mozilla_css_RestyleTracker_h
|
||||
#define mozilla_css_RestyleTracker_h
|
||||
|
||||
/**
|
||||
* A class which manages pending restyles. This handles keeping track
|
||||
* of what nodes restyles need to happen on and so forth.
|
||||
*/
|
||||
|
||||
#ifndef mozilla_css_RestyleTracker_h
|
||||
#define mozilla_css_RestyleTracker_h
|
||||
|
||||
#include "mozilla/dom/Element.h"
|
||||
#include "nsDataHashtable.h"
|
||||
#include "nsIFrame.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче