Skip to content

Commit

Permalink
Bug 1699780 - Add the missing type name for MouseUpFollowedByClick pa…
Browse files Browse the repository at this point in the history
…yload r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D109101
  • Loading branch information
sefeng211 committed Mar 19, 2021
1 parent fc15150 commit dff0c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gfx/layers/LayersTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const char* kCompositionPayloadTypeNames[kCompositionPayloadTypeCount] = {
"APZScroll",
"APZPinchZoom",
"ContentPaint",
"MouseUpFollowedByClick",
};

const char* GetLayersBackendName(LayersBackend aBackend) {
Expand Down

0 comments on commit dff0c3d

Please sign in to comment.