Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Unified Diff: cc/resources/resource_provider.h

Issue 12471007: Part 8 of cc/ directory shuffles: resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/resource_pool.cc ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/resources/resource_pool.cc ('k') | cc/resources/resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698