summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortkent <tkent@chromium.org>2015-12-21 16:53:01 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 00:53:51 +0000
commitc9d439b6ab7976bb0394bfd6d4761a275eaa8575 (patch)
tree69a333488d9f3059ae4a3e3a293e533eb3339c07
parent9d29aa22445298a819b0c45a303e9eedbda31711 (diff)
downloadchromium_src-c9d439b6ab7976bb0394bfd6d4761a275eaa8575.zip
chromium_src-c9d439b6ab7976bb0394bfd6d4761a275eaa8575.tar.gz
chromium_src-c9d439b6ab7976bb0394bfd6d4761a275eaa8575.tar.bz2
Remove config.h inclusion from third_party/WebKit/Source/modules/webgl/.
This CL has no behavior changes. BUG=570234 TBR=yutak@chromium.org Review URL: https://codereview.chromium.org/1544713002 Cr-Commit-Position: refs/heads/master@{#366501}
-rw-r--r--third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/CHROMIUMValuebuffer.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/EXTTextureFilterAnisotropic.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/EXTsRGB.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/OESElementIndexUint.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/OESTextureHalfFloatLinear.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp1
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp1
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLBuffer.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp1
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLContextEvent.cpp1
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLContextObject.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLDebugRendererInfo.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.cpp1
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp3
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLExtension.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLFenceSync.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLLoseContext.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLObject.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLRenderbuffer.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp1
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp1
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLSampler.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLShader.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLSync.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLTexture.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLTransformFeedback.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLUniformLocation.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.cpp2
-rw-r--r--third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectOES.cpp2
56 files changed, 1 insertions, 105 deletions
diff --git a/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp b/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp
index d147dba..cfba6e7 100644
--- a/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp
+++ b/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp
@@ -28,8 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/ANGLEInstancedArrays.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.cpp b/third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.cpp
index 5108727..6ced069 100644
--- a/third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.cpp
+++ b/third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/CHROMIUMSubscribeUniform.h"
#include "modules/webgl/CHROMIUMValuebuffer.h"
diff --git a/third_party/WebKit/Source/modules/webgl/CHROMIUMValuebuffer.cpp b/third_party/WebKit/Source/modules/webgl/CHROMIUMValuebuffer.cpp
index b38b053..78a33a9 100644
--- a/third_party/WebKit/Source/modules/webgl/CHROMIUMValuebuffer.cpp
+++ b/third_party/WebKit/Source/modules/webgl/CHROMIUMValuebuffer.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/CHROMIUMValuebuffer.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp b/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp
index 06a4a32..5069a7b 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/EXTBlendMinMax.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp b/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp
index 29e9283..66a90c4 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/EXTColorBufferFloat.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
index 2217f40..29f6521 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/EXTDisjointTimerQuery.h"
#include "bindings/modules/v8/WebGLAny.h"
diff --git a/third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp b/third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp
index 594f593..ecd1709 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/EXTFragDepth.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp b/third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp
index 829ecd7..3b2b144 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/EXTShaderTextureLOD.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/EXTTextureFilterAnisotropic.cpp b/third_party/WebKit/Source/modules/webgl/EXTTextureFilterAnisotropic.cpp
index 39b3ec6d..2f1b15f 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTTextureFilterAnisotropic.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTTextureFilterAnisotropic.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/EXTTextureFilterAnisotropic.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/EXTsRGB.cpp b/third_party/WebKit/Source/modules/webgl/EXTsRGB.cpp
index 8816374..8e45340 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTsRGB.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTsRGB.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/EXTsRGB.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/OESElementIndexUint.cpp b/third_party/WebKit/Source/modules/webgl/OESElementIndexUint.cpp
index 7ed59c2..d93ec49 100644
--- a/third_party/WebKit/Source/modules/webgl/OESElementIndexUint.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESElementIndexUint.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/OESElementIndexUint.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp b/third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp
index 6f766eb7..5d79163 100644
--- a/third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/OESStandardDerivatives.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp b/third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp
index f5031f9..8ccfd14 100644
--- a/third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/OESTextureFloat.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp b/third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp
index 18d4a8e..93db544 100644
--- a/third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/OESTextureFloatLinear.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp b/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp
index aa41d1a..78f9b05 100644
--- a/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/OESTextureHalfFloat.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloatLinear.cpp b/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloatLinear.cpp
index 75fdcab..406b6f7 100644
--- a/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloatLinear.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloatLinear.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/OESTextureHalfFloatLinear.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp b/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp
index 6c50ce8..7bb914f 100644
--- a/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/OESVertexArrayObject.h"
#include "bindings/core/v8/ExceptionState.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
index b836cd1..4f009b1 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
#include "modules/webgl/WebGL2RenderingContext.h"
#include "core/frame/LocalFrame.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
index fb556fd..41f7cd5 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
#include "modules/webgl/WebGL2RenderingContextBase.h"
#include "bindings/modules/v8/WebGLAny.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLBuffer.cpp b/third_party/WebKit/Source/modules/webgl/WebGLBuffer.cpp
index 68c28e1..be0c14b 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLBuffer.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLBuffer.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLBuffer.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
index 4f29630..d0f105a 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLCompressedTextureASTC.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp
index 4b4cbce..be745eb 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLCompressedTextureATC.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.cpp
index 9ff1739..c33c8c4 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLCompressedTextureETC1.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
index b9b02a8..b83fd7b 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLCompressedTexturePVRTC.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
index b45b3ac..c2f3aef 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLCompressedTextureS3TC.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
index 5e9dc9d..e82d6a9 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
#include "modules/webgl/WebGLContextAttributeHelpers.h"
#include "core/frame/Settings.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextEvent.cpp b/third_party/WebKit/Source/modules/webgl/WebGLContextEvent.cpp
index 36c70ab..a42ca4e 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLContextEvent.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLContextEvent.cpp
@@ -23,7 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "modules/webgl/WebGLContextEvent.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp
index 86bfef7..810c8a4 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLContextGroup.h"
#include "modules/webgl/WebGLSharedObject.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.cpp b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.cpp
index 59bff16..fdc1232 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLContextObject.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLDebugRendererInfo.cpp b/third_party/WebKit/Source/modules/webgl/WebGLDebugRendererInfo.cpp
index f821530..25820bf 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLDebugRendererInfo.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLDebugRendererInfo.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLDebugRendererInfo.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.cpp b/third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.cpp
index 1b2c3ef..402713d 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.cpp
@@ -23,7 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "modules/webgl/WebGLDebugShaders.h"
#include "bindings/core/v8/ExceptionState.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.cpp b/third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.cpp
index 2fd7987..17b3319 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLDepthTexture.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp b/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp
index 11de492..c041f48 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp
@@ -23,9 +23,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLDrawBuffers.h"
+
#include "modules/webgl/WebGLFramebuffer.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLExtension.cpp b/third_party/WebKit/Source/modules/webgl/WebGLExtension.cpp
index 186ab38..e601ca4 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLExtension.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLExtension.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLExtension.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFenceSync.cpp b/third_party/WebKit/Source/modules/webgl/WebGLFenceSync.cpp
index a9834ea..a2b52be 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLFenceSync.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLFenceSync.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLFenceSync.h"
#include "modules/webgl/WebGL2RenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp
index 68cc4c7..ccd6d8c 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLFramebuffer.h"
#include "modules/webgl/WebGLRenderbuffer.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.cpp
index 4dca937..91d49fd 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.cpp
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLLoseContext.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLObject.cpp b/third_party/WebKit/Source/modules/webgl/WebGLObject.cpp
index 772b723..384e673 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLObject.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLObject.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLObject.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp b/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
index 05ea305..2624b23 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLProgram.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLProgram.h"
#include "modules/webgl/WebGLContextGroup.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp b/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
index 74210c3..910cca4 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLQuery.h"
#include "modules/webgl/WebGL2RenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderbuffer.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderbuffer.cpp
index 2018393..8b8b450 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderbuffer.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderbuffer.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLRenderbuffer.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
index b9da1f1..b657410 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "modules/webgl/WebGLRenderingContext.h"
#include "core/frame/LocalFrame.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
index 8693f3e..794b00e 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
@@ -23,7 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
#include "bindings/core/v8/ExceptionMessages.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSampler.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSampler.cpp
index 95688a0..274a0204 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSampler.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSampler.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLSampler.h"
#include "modules/webgl/WebGL2RenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLShader.cpp b/third_party/WebKit/Source/modules/webgl/WebGLShader.cpp
index 6b99d30..da1a71f 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLShader.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLShader.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLShader.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.cpp b/third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.cpp
index 4e4b384..c0b5f81 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.cpp
@@ -24,8 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLShaderPrecisionFormat.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
index e8e410b..3efe8c4 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedObject.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLSharedObject.h"
#include "modules/webgl/WebGLContextGroup.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp
index 38a5f25..8f32df1 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLSharedPlatform3DObject.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp b/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
index 5d7dc9b..ea4e3e8 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLSync.h"
#include "modules/webgl/WebGL2RenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLTexture.cpp b/third_party/WebKit/Source/modules/webgl/WebGLTexture.cpp
index 3b49776..40f5ed4 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLTexture.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLTexture.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLTexture.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.cpp b/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.cpp
index 2557991..e4518f1 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLTimerQueryEXT.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLTransformFeedback.cpp b/third_party/WebKit/Source/modules/webgl/WebGLTransformFeedback.cpp
index ccb74c6..d460f7b 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLTransformFeedback.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLTransformFeedback.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLTransformFeedback.h"
#include "modules/webgl/WebGL2RenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLUniformLocation.cpp b/third_party/WebKit/Source/modules/webgl/WebGLUniformLocation.cpp
index 97da33a..7f4364c 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLUniformLocation.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLUniformLocation.cpp
@@ -24,8 +24,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLUniformLocation.h"
namespace blink {
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.cpp b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.cpp
index 7eda3af..e891d03 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLVertexArrayObject.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.cpp
index 16d7050..4d2e6bc 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.cpp
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "config.h"
-
#include "modules/webgl/WebGLVertexArrayObjectBase.h"
#include "modules/webgl/WebGLRenderingContextBase.h"
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectOES.cpp b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectOES.cpp
index 189c672..7e0df81 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectOES.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectOES.cpp
@@ -23,8 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-
#include "modules/webgl/WebGLVertexArrayObjectOES.h"
#include "modules/webgl/WebGLRenderingContextBase.h"