Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: Source/core/platform/graphics/ANGLEWebKitBridge.cpp

Issue 14398007: Remove USE(3D_GRAPHICS) as it is always turned on. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/platform/graphics/GraphicsContext3D.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/ANGLEWebKitBridge.cpp
diff --git a/Source/core/platform/graphics/ANGLEWebKitBridge.cpp b/Source/core/platform/graphics/ANGLEWebKitBridge.cpp
index 3833fe9c2b05077e6933e408f57f1dfa35dfdb9f..a19e9a3e4735f15572e70ed0cd165e9679fa9571 100644
--- a/Source/core/platform/graphics/ANGLEWebKitBridge.cpp
+++ b/Source/core/platform/graphics/ANGLEWebKitBridge.cpp
@@ -25,8 +25,6 @@
#include "config.h"
-#if USE(3D_GRAPHICS)
-
#include "core/platform/graphics/ANGLEWebKitBridge.h"
#include <wtf/OwnArrayPtr.h>
@@ -220,5 +218,3 @@ bool ANGLEWebKitBridge::compileShaderSource(const char* shaderSource, ANGLEShade
}
}
-
-#endif // USE(3D_GRAPHICS)
« no previous file with comments | « no previous file | Source/core/platform/graphics/GraphicsContext3D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698