Roll ANGLE from 55d127703157 to 1bd1a3db1c60 (8 revisions)

https://chromium.googlesource.com/angle/angle.git/+log/55d127703157..1bd1a3db1c60

2022-01-20 kpiddington@apple.com Metal: Canvas resizing causes webpage to run out of memory
2022-01-19 cclao@google.com Vulkan: Remove BufferMemoryAllocator
2022-01-19 ynovikov@chromium.org Revert "Enable robustnessEXT for SwiftShader."
2022-01-19 jmadill@chromium.org Fix running tests with empty test set.
2022-01-19 penghuang@chromium.org Add object label in glBindTexture() error message
2022-01-19 cnorthrop@google.com Vulkan: Support fetching from default FBO
2022-01-19 geofflang@google.com Mark a context as shared if using global textures/semaphores
2022-01-19 jrprice@google.com EGL: Fallback to native device if no display available

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC bclayton@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: bclayton@google.com
Change-Id: I7f8d7a0429c9dda53cc4adb3a2336d1cd5e4c4f8
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/77340
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 37403a9..1ff7a3b 100644
--- a/DEPS
+++ b/DEPS
@@ -128,7 +128,7 @@
   },
 
   'third_party/angle': {
-    'url': '{chromium_git}/angle/angle@55d1277031574c45ed9d8b3a6debdf3035e7bfbd',
+    'url': '{chromium_git}/angle/angle@1bd1a3db1c60afb678df234ce28b9451539e8d6a',
     'condition': 'dawn_standalone',
   },