mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784739 - Switch from NULL to nullptr in gfx/layers/composite/; r=ehsan
--HG-- extra : rebase_source : c0f144ec277ed64f32c584f1be9e38bac3d1dde3
This commit is contained in:
parent
4ff3c8e76a
commit
fd8b442a08
@ -195,7 +195,7 @@ public:
|
||||
SetCompositor(nullptr);
|
||||
}
|
||||
|
||||
virtual void Dump(FILE* aFile=NULL,
|
||||
virtual void Dump(FILE* aFile=nullptr,
|
||||
const char* aPrefix="",
|
||||
bool aDumpHtml=false) { }
|
||||
static void DumpDeprecatedTextureHost(FILE* aFile, DeprecatedTextureHost* aTexture);
|
||||
|
@ -97,7 +97,7 @@ public:
|
||||
}
|
||||
#endif
|
||||
|
||||
virtual void Dump(FILE* aFile=NULL,
|
||||
virtual void Dump(FILE* aFile=nullptr,
|
||||
const char* aPrefix="",
|
||||
bool aDumpHtml=false) MOZ_OVERRIDE;
|
||||
|
||||
@ -159,7 +159,7 @@ public:
|
||||
const TextureInfo& aTextureInfo) MOZ_OVERRIDE;
|
||||
virtual void DestroyTextures() MOZ_OVERRIDE;
|
||||
|
||||
virtual void Dump(FILE* aFile=NULL,
|
||||
virtual void Dump(FILE* aFile=nullptr,
|
||||
const char* aPrefix="",
|
||||
bool aDumpHtml=false) MOZ_OVERRIDE;
|
||||
|
||||
|
@ -86,7 +86,7 @@ public:
|
||||
|
||||
virtual void SetCompositor(Compositor* aCompositor) MOZ_OVERRIDE;
|
||||
|
||||
virtual void Dump(FILE* aFile=NULL,
|
||||
virtual void Dump(FILE* aFile=nullptr,
|
||||
const char* aPrefix="",
|
||||
bool aDumpHtml=false) MOZ_OVERRIDE;
|
||||
|
||||
|
@ -202,7 +202,7 @@ public:
|
||||
|
||||
virtual void Attach(Layer* aLayer, Compositor* aCompositor) MOZ_OVERRIDE;
|
||||
|
||||
virtual void Dump(FILE* aFile=NULL,
|
||||
virtual void Dump(FILE* aFile=nullptr,
|
||||
const char* aPrefix="",
|
||||
bool aDumpHtml=false) MOZ_OVERRIDE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user