| Index: cc/resources/resource_provider.h
|
| diff --git a/cc/resource_provider.h b/cc/resources/resource_provider.h
|
| similarity index 98%
|
| rename from cc/resource_provider.h
|
| rename to cc/resources/resource_provider.h
|
| index 249e00614dd422abfc222bf4ca5b802d770d92dd..acd404f56151a9cfc5f93cdff3bf613f7ab793c6 100644
|
| --- a/cc/resource_provider.h
|
| +++ b/cc/resources/resource_provider.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CC_RESOURCE_PROVIDER_H_
|
| -#define CC_RESOURCE_PROVIDER_H_
|
| +#ifndef CC_RESOURCES_RESOURCE_PROVIDER_H_
|
| +#define CC_RESOURCES_RESOURCE_PROVIDER_H_
|
|
|
| #include <deque>
|
| #include <set>
|
| @@ -19,8 +19,8 @@
|
| #include "cc/output/context_provider.h"
|
| #include "cc/output/output_surface.h"
|
| #include "cc/output/texture_copier.h"
|
| -#include "cc/texture_mailbox.h"
|
| -#include "cc/transferable_resource.h"
|
| +#include "cc/resources/texture_mailbox.h"
|
| +#include "cc/resources/transferable_resource.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| @@ -397,4 +397,4 @@ class CC_EXPORT ResourceProvider {
|
|
|
| }
|
|
|
| -#endif // CC_RESOURCE_PROVIDER_H_
|
| +#endif // CC_RESOURCES_RESOURCE_PROVIDER_H_
|
|
|