| Index: cc/output/delegating_renderer.cc
|
| diff --git a/cc/output/delegating_renderer.cc b/cc/output/delegating_renderer.cc
|
| index 51405326f5156f33662a49fe84e284542799ea7c..ab16b1d363a5c749914092b6ba11272aeb8a1b0a 100644
|
| --- a/cc/output/delegating_renderer.cc
|
| +++ b/cc/output/delegating_renderer.cc
|
| @@ -27,7 +27,7 @@
|
| #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
|
|
| -using WebKit::WebGraphicsContext3D;
|
| +using blink::WebGraphicsContext3D;
|
|
|
| namespace cc {
|
|
|
|
|