| Index: cc/geometry_binding.cc
|
| diff --git a/cc/geometry_binding.cc b/cc/geometry_binding.cc
|
| index e90fa52d5cf3a19237854786f2b378090528cdcb..e69e537dc72b19ff8cd901354053b6d214607312 100644
|
| --- a/cc/geometry_binding.cc
|
| +++ b/cc/geometry_binding.cc
|
| @@ -5,9 +5,9 @@
|
| #include "cc/geometry_binding.h"
|
|
|
| #include "cc/gl_renderer.h" // For the GLC() macro.
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "ui/gfx/rect_f.h"
|
| -#include <public/WebGraphicsContext3D.h>
|
|
|
| namespace cc {
|
|
|
|
|