summaryrefslogtreecommitdiff
path: root/chromium/cc/output/delegating_renderer.cc
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-09-06 17:08:45 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-09-17 10:50:28 +0200
commitc9d97c73d7b1295b8c714ccaf1e5b717841bccc2 (patch)
tree12d54ccaf91ca9f4e3d53c57ac05cab1f8f640e5 /chromium/cc/output/delegating_renderer.cc
parent679147eead574d186ebf3069647b4c23e8ccace6 (diff)
downloadqtwebengine-chromium-c9d97c73d7b1295b8c714ccaf1e5b717841bccc2.tar.gz
Solve conflicts when including both QtOpenGL headers and resource_provider.h
If resource_provider.h is going to be used to integrate delegated frame to external compositors, it should avoid conflicting with the system's gl.h. Change-Id: Ie37d6cde263157e6717cc006a9896f0b9ebdaa5d Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'chromium/cc/output/delegating_renderer.cc')
-rw-r--r--chromium/cc/output/delegating_renderer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/cc/output/delegating_renderer.cc b/chromium/cc/output/delegating_renderer.cc
index bd1c5d1174d..0c3051cc6dd 100644
--- a/chromium/cc/output/delegating_renderer.cc
+++ b/chromium/cc/output/delegating_renderer.cc
@@ -23,6 +23,7 @@
#include "cc/quads/yuv_video_draw_quad.h"
#include "cc/resources/resource_provider.h"
#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
+#include "third_party/khronos/GLES2/gl2.h"
#include "third_party/khronos/GLES2/gl2ext.h"
using WebKit::WebGraphicsContext3D;