Bug 1110998 - Let the profiler turn on layers.dump-texture. r=mstange
This commit is contained in:
@@ -328,7 +328,7 @@ TextureHost::PrintInfo(std::stringstream& aStream, const char* aPrefix)
|
||||
}
|
||||
AppendToString(aStream, mFlags, " [flags=", "]");
|
||||
#ifdef MOZ_DUMP_PAINTING
|
||||
if (gfxPrefs::LayersDumpTexture()) {
|
||||
if (gfxPrefs::LayersDumpTexture() || profiler_feature_active("layersdump")) {
|
||||
nsAutoCString pfx(aPrefix);
|
||||
pfx += " ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user