Bug 1503228 - Move PaintWorkletGlobalScope from dom/worklet to layout/style. r=karlt

Differential Revision: https://phabricator.services.mozilla.com/D10212

--HG--
rename : dom/worklet/PaintWorkletGlobalScope.cpp => layout/style/PaintWorkletGlobalScope.cpp
rename : dom/worklet/PaintWorkletGlobalScope.h => layout/style/PaintWorkletGlobalScope.h
extra : moz-landing-system : lando
This commit is contained in:
Arnaud Bienner 2018-10-31 03:47:04 +00:00
parent b9087831d6
commit a354c4ec9c
6 changed files with 5 additions and 4 deletions

View File

@ -8,6 +8,7 @@
#include "WorkletThread.h"
#include "mozilla/dom/WorkletBinding.h"
#include "mozilla/dom/WorkletGlobalScope.h"
#include "mozilla/dom/BlobBinding.h"
#include "mozilla/dom/Fetch.h"
#include "mozilla/dom/PromiseNativeHandler.h"

View File

@ -8,7 +8,6 @@ with Files("**"):
BUG_COMPONENT = ("Core", "DOM")
EXPORTS.mozilla.dom += [
'PaintWorkletGlobalScope.h',
'Worklet.h',
'WorkletGlobalScope.h',
'WorkletImpl.h',
@ -17,7 +16,6 @@ EXPORTS.mozilla.dom += [
]
UNIFIED_SOURCES += [
'PaintWorkletGlobalScope.cpp',
'Worklet.cpp',
'WorkletGlobalScope.cpp',
'WorkletImpl.cpp',

View File

@ -5,7 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "PaintWorkletGlobalScope.h"
#include "WorkletPrincipal.h"
#include "mozilla/dom/WorkletPrincipal.h"
#include "mozilla/dom/PaintWorkletGlobalScopeBinding.h"
#include "mozilla/dom/FunctionBinding.h"

View File

@ -6,7 +6,7 @@
#include "PaintWorkletImpl.h"
#include "mozilla/dom/PaintWorkletGlobalScope.h"
#include "PaintWorkletGlobalScope.h"
#include "mozilla/dom/Worklet.h"
#include "mozilla/dom/WorkletThread.h"

View File

@ -135,6 +135,7 @@ EXPORTS.mozilla.dom += [
'FontFaceSetIterator.h',
'MediaList.h',
'MediaQueryList.h',
'PaintWorkletGlobalScope.h',
]
EXPORTS.mozilla.css += [
@ -203,6 +204,7 @@ UNIFIED_SOURCES += [
'nsStyleTransformMatrix.cpp',
'nsStyleUtil.cpp',
'nsTransitionManager.cpp',
'PaintWorkletGlobalScope.cpp',
'PaintWorkletImpl.cpp',
'PostTraversalTask.cpp',
'PreloadedStyleSheet.cpp',