mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
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:
parent
b9087831d6
commit
a354c4ec9c
@ -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"
|
||||
|
@ -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',
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user