| Index: cc/resources/resource_update_controller.cc
|
| diff --git a/cc/resource_update_controller.cc b/cc/resources/resource_update_controller.cc
|
| similarity index 98%
|
| rename from cc/resource_update_controller.cc
|
| rename to cc/resources/resource_update_controller.cc
|
| index 27e8e1d3e3176927020295ce227268227466c2d7..112ebe423ae603b26882838e8d51bc9b22333652 100644
|
| --- a/cc/resource_update_controller.cc
|
| +++ b/cc/resources/resource_update_controller.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_update_controller.h"
|
| +#include "cc/resources/resource_update_controller.h"
|
|
|
| #include <limits>
|
|
|
| @@ -10,8 +10,8 @@
|
| #include "cc/base/thread.h"
|
| #include "cc/output/context_provider.h"
|
| #include "cc/output/texture_copier.h"
|
| -#include "cc/prioritized_resource.h"
|
| -#include "cc/resource_provider.h"
|
| +#include "cc/resources/prioritized_resource.h"
|
| +#include "cc/resources/resource_provider.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|