mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Bug 1438425 - Delete DocumentRenderer. r=jesup, r=jgilbert, a=RyanVM
It is unused.
This commit is contained in:
parent
e0a60672a5
commit
9a47c23711
19 changed files with 19 additions and 396 deletions
|
|
@ -25,11 +25,6 @@ EXPORTS += [
|
|||
'nsICanvasRenderingContextInternal.h',
|
||||
]
|
||||
|
||||
EXPORTS.mozilla.ipc += [
|
||||
'DocumentRendererChild.h',
|
||||
'DocumentRendererParent.h',
|
||||
]
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'CanvasGradient.h',
|
||||
'CanvasPath.h',
|
||||
|
|
@ -52,8 +47,6 @@ UNIFIED_SOURCES += [
|
|||
'CanvasRenderingContext2D.cpp',
|
||||
'CanvasRenderingContextHelper.cpp',
|
||||
'CanvasUtils.cpp',
|
||||
'DocumentRendererChild.cpp',
|
||||
'DocumentRendererParent.cpp',
|
||||
'ImageBitmap.cpp',
|
||||
'ImageBitmapColorUtils.cpp',
|
||||
'ImageBitmapRenderingContext.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue