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

Unified Diff: cc/raster/texture_compressor_etc1.cc

Issue 1144693002: cc: Move files out of cc/resources/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resources: android Created 5 years, 7 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/raster/texture_compressor_etc1.h ('k') | cc/raster/texture_compressor_etc1_sse.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/texture_compressor_etc1.cc
diff --git a/cc/resources/texture_compressor_etc1.cc b/cc/raster/texture_compressor_etc1.cc
similarity index 99%
rename from cc/resources/texture_compressor_etc1.cc
rename to cc/raster/texture_compressor_etc1.cc
index 83c3f9fb034806a29bd86c669f405cae7256ddde..e02737cc078cc60d8c1fa7f11daa07c0607666da 100644
--- a/cc/resources/texture_compressor_etc1.cc
+++ b/cc/raster/texture_compressor_etc1.cc
@@ -5,7 +5,7 @@
// See the following specification for details on the ETC1 format:
// https://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt
-#include "cc/resources/texture_compressor_etc1.h"
+#include "cc/raster/texture_compressor_etc1.h"
#include <string.h>
#include <limits>
« no previous file with comments | « cc/raster/texture_compressor_etc1.h ('k') | cc/raster/texture_compressor_etc1_sse.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698