summaryrefslogtreecommitdiffstats
path: root/dom/media/utils/PerformanceRecorder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/utils/PerformanceRecorder.cpp')
-rw-r--r--dom/media/utils/PerformanceRecorder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/media/utils/PerformanceRecorder.cpp b/dom/media/utils/PerformanceRecorder.cpp
index d6124e8cf6..3dc2c24a5d 100644
--- a/dom/media/utils/PerformanceRecorder.cpp
+++ b/dom/media/utils/PerformanceRecorder.cpp
@@ -140,6 +140,8 @@ static void AppendImageFormatToName(nsCString& aName,
return "gbrp,";
case DecodeStage::ANDROID_SURFACE:
return "android.Surface,";
+ case DecodeStage::VAAPI_SURFACE:
+ return "VAAPI.Surface,";
}
MOZ_ASSERT_UNREACHABLE("Unhandled DecodeStage::ImageFormat");
return "";