Another missed review comment for bug 479655

This commit is contained in:
Boris Zbarsky 2010-06-18 15:35:52 -04:00
Родитель 6b47a92e79
Коммит 95073f146b
2 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -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"