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

Unified Diff: Source/core/platform/graphics/ImageFrameGenerator.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/ImageFrameGenerator.cpp
diff --git a/Source/core/platform/graphics/chromium/ImageFrameGenerator.cpp b/Source/core/platform/graphics/ImageFrameGenerator.cpp
similarity index 98%
rename from Source/core/platform/graphics/chromium/ImageFrameGenerator.cpp
rename to Source/core/platform/graphics/ImageFrameGenerator.cpp
index ae1ae25bef71aac8e8bab26e81003dcaf92e20ed..0b2f758d1bd9fce37ccc21be6def2706774f39b0 100644
--- a/Source/core/platform/graphics/chromium/ImageFrameGenerator.cpp
+++ b/Source/core/platform/graphics/ImageFrameGenerator.cpp
@@ -25,10 +25,10 @@
#include "config.h"
-#include "core/platform/graphics/chromium/ImageFrameGenerator.h"
+#include "core/platform/graphics/ImageFrameGenerator.h"
-#include "core/platform/graphics/chromium/DiscardablePixelRef.h"
-#include "core/platform/graphics/chromium/ImageDecodingStore.h"
+#include "core/platform/graphics/DiscardablePixelRef.h"
+#include "core/platform/graphics/ImageDecodingStore.h"
#include "core/platform/image-decoders/ImageDecoder.h"
#include "platform/SharedBuffer.h"
#include "platform/TraceEvent.h"
« no previous file with comments | « Source/core/platform/graphics/ImageFrameGenerator.h ('k') | Source/core/platform/graphics/ImageFrameGeneratorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698