author | Edmund Wong <ewong@pw-wspx.org> |
Sun, 07 Jan 2018 19:35:00 +0200 | |
changeset 450107 | 6f5fac320fcb6625603fa8a744ffa8523f8b3d71 |
parent 450106 | 7c9de87c6eb02d7448297bff489f27cb20c33d24 |
child 450108 | f21bc686b6b92d314afe64c3a833cdc687da3c24 |
child 450121 | 527d5bbdb88f49fb550a0d116af2617b863d60b1 |
child 450141 | 34ae1d0d625e689433c3e21a9827afef01bad3ef |
push id | 8527 |
push user | Callek@gmail.com |
push date | Thu, 11 Jan 2018 21:05:50 +0000 |
treeherder | mozilla-beta@95342d212a7a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jgilbert, thunderbird-bustagefix |
bugs | 1428678 |
milestone | 59.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
dom/canvas/WebGLContext.cpp | file | annotate | diff | comparison | revisions | |
dom/canvas/WebGLContextDraw.cpp | file | annotate | diff | comparison | revisions |
--- a/dom/canvas/WebGLContext.cpp +++ b/dom/canvas/WebGLContext.cpp @@ -9,17 +9,17 @@ #include <queue> #include "AccessCheck.h" #include "gfxContext.h" #include "gfxCrashReporterUtils.h" #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" #include "GLReadTexImageHelper.h" #include "GLScreenBuffer.h" #include "ImageContainer.h" #include "ImageEncoder.h" #include "Layers.h"
--- a/dom/canvas/WebGLContextDraw.cpp +++ b/dom/canvas/WebGLContextDraw.cpp @@ -1,17 +1,17 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #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" #include "nsPrintfCString.h" #include "WebGLBuffer.h" #include "WebGLContextUtils.h" #include "WebGLFramebuffer.h" #include "WebGLProgram.h"