Bug 1297899 - Part 2: Rename RestyleManagerBase.{h,cpp} to RestyleManager.{h,cpp}. r=bholley

MozReview-Commit-ID: JVsfYommCoI

--HG--
rename : layout/base/RestyleManagerBase.cpp => layout/base/RestyleManager.cpp
extra : rebase_source : 45661c0bffb1bcdbe1496a54ca1d132663d63268
This commit is contained in:
Cameron McCormack 2017-02-13 11:21:31 +08:00
Родитель c041778642
Коммит 59395be5f8
6 изменённых файлов: 6 добавлений и 6 удалений

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

@ -12,7 +12,7 @@
#define mozilla_RestyleManager_h
#include "mozilla/RestyleLogging.h"
#include "mozilla/RestyleManagerBase.h"
#include "mozilla/RestyleManager.h"
#include "nsISupportsImpl.h"
#include "nsChangeHint.h"
#include "RestyleTracker.h"

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

@ -4,7 +4,7 @@
* 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/. */
#include "mozilla/RestyleManagerBase.h"
#include "mozilla/RestyleManager.h"
#include "mozilla/StyleSetHandleInlines.h"
#include "nsIFrame.h"
#include "nsIPresShellInlines.h"

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

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

@ -9,7 +9,7 @@
#include "mozilla/DocumentStyleRootIterator.h"
#include "mozilla/EventStates.h"
#include "mozilla/RestyleManagerBase.h"
#include "mozilla/RestyleManager.h"
#include "mozilla/ServoBindings.h"
#include "mozilla/ServoElementSnapshot.h"
#include "nsChangeHint.h"

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

@ -76,7 +76,7 @@ EXPORTS.mozilla += [
'OverflowChangedTracker.h',
'PresShell.h',
'RestyleLogging.h',
'RestyleManagerBase.h',
'RestyleManager.h',
'RestyleManagerHandle.h',
'RestyleManagerHandleInlines.h',
'ServoRestyleManager.h',
@ -111,7 +111,7 @@ UNIFIED_SOURCES += [
'nsStyleSheetService.cpp',
'PositionedEventTargeting.cpp',
'PresShell.cpp',
'RestyleManagerBase.cpp',
'RestyleManager.cpp',
'RestyleTracker.cpp',
'ScrollbarStyles.cpp',
'ServoRestyleManager.cpp',

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

@ -13,7 +13,7 @@
#include "mozilla/Attributes.h"
#include "mozilla/LinkedList.h"
#include "mozilla/RestyleManagerBase.h"
#include "mozilla/RestyleManager.h"
#include "mozilla/RestyleManagerHandle.h"
#include "nsCOMPtr.h"