mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 577344 - Define extra virtual function unconditionally. r=roc
This commit is contained in:
parent
b93dfec4ea
commit
c6c2c24920
@ -67,14 +67,9 @@ class ColorLayer;
|
||||
class ImageContainer;
|
||||
class CanvasLayer;
|
||||
|
||||
#if defined(DEBUG) || defined(PR_LOGGING)
|
||||
#define NS_LAYER_DECL_NAME(n, e) \
|
||||
virtual const char* Name() { return n; } \
|
||||
virtual LayerType GetType() { return e; }
|
||||
#else
|
||||
#define NS_LAYER_DECL_NAME(n, e) \
|
||||
virtual LayerType GetType() { return e; }
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Motivation: For truly smooth animation and video playback, we need to
|
||||
|
Loading…
Reference in New Issue
Block a user