Bug 1730282 - Cleanup IPC WebGL code. r=gfx-reviewers,lsalzman

* Replace QueueStatus with bool
* Remove unused structs and code
* Add some MOZ_LIKELY to (de)serialization branches

Differential Revision: https://phabricator.services.mozilla.com/D125295
This commit is contained in:
Jeff Gilbert
2021-09-11 02:11:11 +00:00
parent 81f75f2c04
commit da69a4aa02
14 changed files with 145 additions and 1003 deletions

View File

@@ -27,6 +27,7 @@
#include "mozilla/layers/WebRenderUserData.h"
#include "mozilla/layers/WebRenderCanvasRenderer.h"
#include "mozilla/Preferences.h"
#include "mozilla/ResultVariant.h"
#include "mozilla/ScopeExit.h"
#include "mozilla/StaticPrefs_webgl.h"
#include "nsContentUtils.h"