Bumping manifests a=b2g-bump
[gecko.git] / dom / canvas / WebGLExtensionTextureFloat.cpp
blob6f1befe1ae446c42f9343b6bddff8450b3f2c0d8
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "WebGLExtensions.h"
7 #include "mozilla/dom/WebGLRenderingContextBinding.h"
8 #include "WebGLContext.h"
10 namespace mozilla {
12 WebGLExtensionTextureFloat::WebGLExtensionTextureFloat(WebGLContext* webgl)
13 : WebGLExtensionBase(webgl)
17 WebGLExtensionTextureFloat::~WebGLExtensionTextureFloat()
21 IMPL_WEBGL_EXTENSION_GOOP(WebGLExtensionTextureFloat)
23 } // namespace mozilla