From 1ca8155df05f1cf8f7503142bd9211d79b128fd7 Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Sun, 27 Dec 2015 11:41:44 +0100 Subject: [PATCH] Bug 1235223 - Fix typos in layers history document. --- gfx/doc/LayersHistory.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/doc/LayersHistory.md b/gfx/doc/LayersHistory.md index 05e801ef9ec..5b171b9498c 100644 --- a/gfx/doc/LayersHistory.md +++ b/gfx/doc/LayersHistory.md @@ -34,7 +34,7 @@ painting. - C++ Async pan zoom controller (July 2012 - Bug 750974) The existing APZ code was in Java for Fennec so this was reimplemented. -- Streaming WebGL Buffers (February 203 - Bug 716859) +- Streaming WebGL Buffers (February 2013 - Bug 716859) Infrastructure to allow OMTC WebGL and avoid the need to glFinish() every frame. @@ -55,6 +55,6 @@ of the sync messages to the compositor. to allocate gralloc buffers without sync messages to the compositor thread. - B2G WebGL performance (May 2014 - Bug 1006957, 1001417, 1024144) -This worked improved the synchronization mechanism between the compositor +This work improved the synchronization mechanism between the compositor and the producer.