Fix link to example in Dirty Bits docs.

Bug: angleproject:3002
Change-Id: Ice785dc13b62879b4ec74ec8374d16eb88c5b257
Reviewed-on: https://chromium-review.googlesource.com/c/1459598
Reviewed-by: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Jamie Madill 2019-02-08 09:52:01 -05:00
Родитель df3372b9b7
Коммит 4103ceacac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -74,7 +74,7 @@ Framebuffer- ->Context: onSubjectStateChange
Note over Context: cache update
-->
![State Change Example](https://chromium.googlesource.com/angle/angle/+/master/doc/image/StateNotificationExample.svg)
![State Change Example](https://chromium.googlesource.com/angle/angle/+/master/doc/img/StateNotificationExample.svg)
We use the [Observer pattern](https://en.wikipedia.org/wiki/Observer_pattern) to implement cache
invalidation notifications. See [`Observer.h`](../src/libANGLE/Observer.h). In the example the