| Index: cc/resources/resource_provider.cc
|
| diff --git a/cc/resource_provider.cc b/cc/resources/resource_provider.cc
|
| similarity index 99%
|
| rename from cc/resource_provider.cc
|
| rename to cc/resources/resource_provider.cc
|
| index f92bb89147a6a96d24002d26db9b43576885d922..27a9c8e856a28283a8ac68cf0d201cc714407693 100644
|
| --- a/cc/resource_provider.cc
|
| +++ b/cc/resources/resource_provider.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/resource_provider.h"
|
| +#include "cc/resources/resource_provider.h"
|
|
|
| #include <limits.h>
|
|
|
| @@ -12,9 +12,9 @@
|
| #include "base/string_util.h"
|
| #include "base/strings/string_split.h"
|
| #include "cc/output/gl_renderer.h" // For the GLC() macro.
|
| -#include "cc/platform_color.h"
|
| +#include "cc/resources/platform_color.h"
|
| +#include "cc/resources/transferable_resource.h"
|
| #include "cc/texture_uploader.h"
|
| -#include "cc/transferable_resource.h"
|
| #include "gpu/GLES2/gl2extchromium.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|