Bug 1699780 - Add the missing type name for MouseUpFollowedByClick payload r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D109101
This commit is contained in:
Sean Feng 2021-03-19 20:40:24 +00:00
Родитель fc1515023f
Коммит dff0c3d7c5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,7 @@ const char* kCompositionPayloadTypeNames[kCompositionPayloadTypeCount] = {
"APZScroll", "APZScroll",
"APZPinchZoom", "APZPinchZoom",
"ContentPaint", "ContentPaint",
"MouseUpFollowedByClick",
}; };
const char* GetLayersBackendName(LayersBackend aBackend) { const char* GetLayersBackendName(LayersBackend aBackend) {