Bug 1428678 - Include MozFramebuffer.h instead of gfx/gl/MozFramebuffer.h to work around Thunderbird builtbot problem. r=jgilbert a=thunderbird-bustagefix

This commit is contained in:
Edmund Wong 2018-01-07 19:35:00 +02:00
Родитель fe2caaa266
Коммит 03877052c1
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -14,7 +14,7 @@
#include "gfxPattern.h"
#include "gfxPrefs.h"
#include "gfxUtils.h"
#include "gfx/gl/MozFramebuffer.h"
#include "MozFramebuffer.h"
#include "GLBlitHelper.h"
#include "GLContext.h"
#include "GLContextProvider.h"

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

@ -6,7 +6,7 @@
#include "WebGLContext.h"
#include "GeckoProfiler.h"
#include "gfx/gl/MozFramebuffer.h"
#include "MozFramebuffer.h"
#include "GLContext.h"
#include "mozilla/CheckedInt.h"
#include "mozilla/UniquePtrExtensions.h"