diff options
Diffstat (limited to 'cc/gl_renderer.h')
-rw-r--r-- | cc/gl_renderer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/gl_renderer.h b/cc/gl_renderer.h index 391790e..653b4ac 100644 --- a/cc/gl_renderer.h +++ b/cc/gl_renderer.h @@ -16,6 +16,8 @@ #include "cc/solid_color_draw_quad.h" #include "cc/tile_draw_quad.h" #include "cc/yuv_video_draw_quad.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocation.h" #include "ui/gfx/quad_f.h" namespace WebKit { |