Bug 784739 - Switch from NULL to nullptr in gfx/layers/composite/; r=ehsan

--HG--
extra : rebase_source : c0f144ec277ed64f32c584f1be9e38bac3d1dde3
This commit is contained in:
Birunthan Mohanathas 2013-07-20 11:48:55 +03:00
parent 4ff3c8e76a
commit fd8b442a08
4 changed files with 5 additions and 5 deletions

View File

@ -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);

View File

@ -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;

View File

@ -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;

View File

@ -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;