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

Unified Diff: Source/core/platform/graphics/LazyDecodingPixelRef.cpp

Issue 26679003: Move platform/graphics/chromium/* to platform/graphics/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename fix Created 7 years, 1 month 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
Index: Source/core/platform/graphics/LazyDecodingPixelRef.cpp
diff --git a/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.cpp b/Source/core/platform/graphics/LazyDecodingPixelRef.cpp
similarity index 95%
rename from Source/core/platform/graphics/chromium/LazyDecodingPixelRef.cpp
rename to Source/core/platform/graphics/LazyDecodingPixelRef.cpp
index 43ea6a02fa2a439d8e80608f761572c5c03e1fc2..47668a1257681b4544ea13ad5d3c210875bcde11 100644
--- a/Source/core/platform/graphics/chromium/LazyDecodingPixelRef.cpp
+++ b/Source/core/platform/graphics/LazyDecodingPixelRef.cpp
@@ -24,11 +24,11 @@
*/
#include "config.h"
-#include "core/platform/graphics/chromium/LazyDecodingPixelRef.h"
+#include "core/platform/graphics/LazyDecodingPixelRef.h"
#include "SkData.h"
-#include "core/platform/graphics/chromium/ImageDecodingStore.h"
-#include "core/platform/graphics/chromium/ImageFrameGenerator.h"
+#include "core/platform/graphics/ImageDecodingStore.h"
+#include "core/platform/graphics/ImageFrameGenerator.h"
#include "platform/TraceEvent.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698