| Index: cc/texture_uploader.cc
|
| diff --git a/cc/texture_uploader.cc b/cc/texture_uploader.cc
|
| index 8695dc666e15f72baced17eb30b2c9876e5757ee..64b3de52424a4ed223a204145ef769843bfe7c79 100644
|
| --- a/cc/texture_uploader.cc
|
| +++ b/cc/texture_uploader.cc
|
| @@ -3,17 +3,19 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| +
|
| #include "cc/texture_uploader.h"
|
|
|
| -#include "CCPrioritizedTexture.h"
|
| +#include <algorithm>
|
| +#include <vector>
|
| +
|
| #include "base/debug/alias.h"
|
| #include "base/debug/trace_event.h"
|
| #include "base/metrics/histogram.h"
|
| +#include "cc/prioritized_texture.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| -#include <algorithm>
|
| #include <public/WebGraphicsContext3D.h>
|
| -#include <vector>
|
|
|
| namespace {
|
|
|
|
|