| Index: cc/output/texture_copier.cc
|
| diff --git a/cc/output/texture_copier.cc b/cc/output/texture_copier.cc
|
| index 585e8ba9310f7d237b8eff821b192f2ea284dc5a..33f20541759c7e1f992775f867c070c5d712ff0d 100644
|
| --- a/cc/output/texture_copier.cc
|
| +++ b/cc/output/texture_copier.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/debug/trace_event.h"
|
| #include "build/build_config.h"
|
| #include "cc/output/gl_renderer.h" // For the GLC() macro.
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|
| namespace cc {
|
|
|