зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1802225 - Rename LayerAttributes.h to ScrollbarData.h. r=tnikkel
Since ScrollbarData is its only remaining content. Differential Revision: https://phabricator.services.mozilla.com/D162935
This commit is contained in:
Родитель
68c71a503c
Коммит
9232e34cb4
|
@ -4,8 +4,8 @@
|
|||
* 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/. */
|
||||
|
||||
#ifndef mozilla_gfx_layers_LayerAttributes_h
|
||||
#define mozilla_gfx_layers_LayerAttributes_h
|
||||
#ifndef mozilla_gfx_layers_ScrollbarData_h
|
||||
#define mozilla_gfx_layers_ScrollbarData_h
|
||||
|
||||
#include "FrameMetrics.h"
|
||||
#include "mozilla/Maybe.h"
|
||||
|
@ -134,4 +134,4 @@ struct ScrollbarData {
|
|||
} // namespace layers
|
||||
} // namespace mozilla
|
||||
|
||||
#endif // mozilla_gfx_layers_LayerAttributes_h
|
||||
#endif // mozilla_gfx_layers_ScrollbarData_h
|
|
@ -22,7 +22,7 @@
|
|||
#include "mozilla/layers/APZTestData.h" // for APZTestData
|
||||
#include "mozilla/layers/APZUtils.h" // for GeckoViewMetrics
|
||||
#include "mozilla/layers/IAPZCTreeManager.h" // for IAPZCTreeManager
|
||||
#include "mozilla/layers/LayerAttributes.h"
|
||||
#include "mozilla/layers/ScrollbarData.h"
|
||||
#include "mozilla/layers/LayersTypes.h"
|
||||
#include "mozilla/layers/KeyboardMap.h" // for KeyboardMap
|
||||
#include "mozilla/layers/TouchCounter.h" // for TouchCounter
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#define mozilla_layers_AsyncPanZoomController_h
|
||||
|
||||
#include "mozilla/layers/GeckoContentController.h"
|
||||
#include "mozilla/layers/LayerAttributes.h"
|
||||
#include "mozilla/layers/RepaintRequest.h"
|
||||
#include "mozilla/layers/SampleTime.h"
|
||||
#include "mozilla/layers/ScrollbarData.h"
|
||||
#include "mozilla/layers/ZoomConstraints.h"
|
||||
#include "mozilla/Atomics.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
|
||||
#include "mozilla/gfx/CompositorHitTestInfo.h"
|
||||
#include "mozilla/gfx/Matrix.h" // for Matrix4x4
|
||||
#include "mozilla/layers/LayerAttributes.h" // for ScrollbarData
|
||||
#include "mozilla/layers/LayersTypes.h" // for EventRegions
|
||||
#include "mozilla/layers/ScrollableLayerGuid.h" // for ScrollableLayerGuid
|
||||
#include "mozilla/layers/ScrollbarData.h" // for ScrollbarData
|
||||
#include "mozilla/Maybe.h" // for Maybe
|
||||
#include "mozilla/RecursiveMutex.h" // for RecursiveMutexAutoLock
|
||||
#include "mozilla/RefPtr.h" // for nsRefPtr
|
||||
|
|
|
@ -26,11 +26,11 @@
|
|||
#include "mozilla/layers/FocusTarget.h"
|
||||
#include "mozilla/layers/GeckoContentControllerTypes.h"
|
||||
#include "mozilla/layers/KeyboardMap.h"
|
||||
#include "mozilla/layers/LayerAttributes.h"
|
||||
#include "mozilla/layers/LayersTypes.h"
|
||||
#include "mozilla/layers/MatrixMessage.h"
|
||||
#include "mozilla/layers/OverlayInfo.h"
|
||||
#include "mozilla/layers/RepaintRequest.h"
|
||||
#include "mozilla/layers/ScrollbarData.h"
|
||||
#include "nsSize.h"
|
||||
#include "mozilla/layers/DoubleTapToZoom.h"
|
||||
|
||||
|
|
|
@ -180,7 +180,6 @@ EXPORTS.mozilla.layers += [
|
|||
"ipc/VideoBridgeChild.h",
|
||||
"ipc/VideoBridgeParent.h",
|
||||
"ipc/VideoBridgeUtils.h",
|
||||
"LayerAttributes.h",
|
||||
"LayersTypes.h",
|
||||
"MemoryPressureObserver.h",
|
||||
"NativeLayer.h",
|
||||
|
@ -198,6 +197,7 @@ EXPORTS.mozilla.layers += [
|
|||
"SampleTime.h",
|
||||
"ScreenshotGrabber.h",
|
||||
"ScrollableLayerGuid.h",
|
||||
"ScrollbarData.h",
|
||||
"ShareableCanvasRenderer.h",
|
||||
"SourceSurfaceSharedData.h",
|
||||
"SurfacePool.h",
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
#include "LayersTypes.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/GfxMessageUtils.h"
|
||||
#include "mozilla/layers/LayerAttributes.h"
|
||||
#include "mozilla/layers/FocusTarget.h"
|
||||
#include "mozilla/layers/ScrollbarData.h"
|
||||
#include "mozilla/layers/WebRenderMessageUtils.h"
|
||||
#include "mozilla/webrender/WebRenderTypes.h"
|
||||
#include "mozilla/HashTable.h"
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
#include "mozilla/dom/EffectsInfo.h"
|
||||
#include "mozilla/gfx/UserData.h"
|
||||
#include "mozilla/layers/BSPTree.h"
|
||||
#include "mozilla/layers/LayerAttributes.h"
|
||||
#include "mozilla/layers/ScrollableLayerGuid.h"
|
||||
#include "mozilla/layers/ScrollbarData.h"
|
||||
#include "nsAutoLayoutPhase.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsCSSRenderingBorders.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче