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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_in_process_impl.h

Issue 16737007: Make it possible to switch between two different versions of ANGLE. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
Index: webkit/common/gpu/webgraphicscontext3d_in_process_impl.h
===================================================================
--- webkit/common/gpu/webgraphicscontext3d_in_process_impl.h (revision 205645)
+++ webkit/common/gpu/webgraphicscontext3d_in_process_impl.h (working copy)
@@ -13,7 +13,13 @@
#include "base/memory/ref_counted.h"
#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
#include "third_party/WebKit/public/platform/WebString.h"
+
+#if defined(ANGLE_DX11)
+#include "third_party/angle_dx11/include/GLSLANG/ShaderLang.h"
+#else
#include "third_party/angle/include/GLSLANG/ShaderLang.h"
+#endif
+
#include "ui/gfx/native_widget_types.h"
#include "webkit/common/gpu/webkit_gpu_export.h"
« content/DEPS ('K') | « webkit/DEPS ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698