mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 867420: Annotate AsyncPanZoomController as MOZ_FINAL to calm GCC Wdelete-non-virtual-dtor build warning. blanket-r=ehsan
This commit is contained in:
parent
dd97fd9d96
commit
9ae2c99b12
@ -12,6 +12,7 @@
|
||||
#include "nsRect.h"
|
||||
#include "mozilla/dom/ScreenOrientation.h"
|
||||
#include "mozilla/gfx/Rect.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/RefPtr.h"
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "mozilla/layers/LayerTransaction.h" // for TargetConfig
|
||||
@ -51,7 +52,7 @@ struct ViewTransform {
|
||||
* short circuit that stuff to directly affect layers as they are composited,
|
||||
* for example, off-main thread animation, async video, async pan/zoom.
|
||||
*/
|
||||
class AsyncCompositionManager : public RefCounted<AsyncCompositionManager>
|
||||
class AsyncCompositionManager MOZ_FINAL : public RefCounted<AsyncCompositionManager>
|
||||
{
|
||||
friend class AutoResolveRefLayers;
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user