| Index: cc/texture_layer.cc
|
| diff --git a/cc/texture_layer.cc b/cc/texture_layer.cc
|
| index 441b0ac4a44aea9f34fc7eda66b446034128fed1..550168ae44a528e8413c8600d873d5bc6560f984 100644
|
| --- a/cc/texture_layer.cc
|
| +++ b/cc/texture_layer.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "cc/texture_layer.h"
|
|
|
| +#include "cc/base/thread.h"
|
| #include "cc/layer_tree_host.h"
|
| #include "cc/texture_layer_client.h"
|
| #include "cc/texture_layer_impl.h"
|
| -#include "cc/thread.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
|
|
| namespace cc {
|
|
|