mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1207887 - Fix AsyncPanZoomAnimation, WheelScrollAnimation and TextureHost doesn't compile in non-unified build. r=nical
This commit is contained in:
parent
2f6735a7c4
commit
32b4d740f4
@ -10,6 +10,7 @@
|
||||
#include "base/message_loop.h"
|
||||
#include "mozilla/RefPtr.h"
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "mozilla/Vector.h"
|
||||
#include "FrameMetrics.h"
|
||||
#include "nsISupportsImpl.h"
|
||||
|
||||
|
@ -6,6 +6,10 @@
|
||||
|
||||
#include "WheelScrollAnimation.h"
|
||||
|
||||
#include "AsyncPanZoomController.h"
|
||||
#include "gfxPrefs.h"
|
||||
#include "nsPoint.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace layers {
|
||||
|
||||
|
@ -13,6 +13,8 @@
|
||||
namespace mozilla {
|
||||
namespace layers {
|
||||
|
||||
class AsyncPanZoomController;
|
||||
|
||||
class WheelScrollAnimation
|
||||
: public AsyncPanZoomAnimation,
|
||||
public AsyncScrollBase
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include "TextureHost.h"
|
||||
|
||||
#include "CompositableHost.h" // for CompositableHost
|
||||
#include "LayerScope.h"
|
||||
#include "LayersLogging.h" // for AppendToString
|
||||
#include "mozilla/gfx/2D.h" // for DataSourceSurface, Factory
|
||||
#include "mozilla/ipc/Shmem.h" // for Shmem
|
||||
@ -23,6 +24,7 @@
|
||||
#include "mozilla/unused.h"
|
||||
#include <limits>
|
||||
#include "../opengl/CompositorOGL.h"
|
||||
#include "gfxPrefs.h"
|
||||
#include "gfxUtils.h"
|
||||
|
||||
#ifdef MOZ_ENABLE_D3D10_LAYER
|
||||
|
Loading…
Reference in New Issue
Block a user