| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index 7c23e0ac64e4711192bc3c62ad80789ac3df3a23..6b984a74e0de1824c67b900fa28d33b669000fe3 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "CCLayerTreeHostImpl.h"
|
|
|
| -#include "base/basictypes.h"
|
| #include "CCAppendQuadsData.h"
|
| #include "CCDamageTracker.h"
|
| #include "CCDebugRectHistory.h"
|
| @@ -29,8 +28,9 @@
|
| #include "CCScrollbarLayerImpl.h"
|
| #include "CCSettings.h"
|
| #include "CCSingleThreadProxy.h"
|
| -#include "TextureUploader.h"
|
| #include "TraceEvent.h"
|
| +#include "base/basictypes.h"
|
| +#include "cc/texture_uploader.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <algorithm>
|
|
|
|
|