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

Unified Diff: Source/platform/graphics/ImageFrameGenerator.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 | « Source/platform/graphics/ImageFrameGenerator.h ('k') | Source/platform/graphics/ImageSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ImageFrameGenerator.cpp
diff --git a/Source/core/platform/graphics/ImageFrameGenerator.cpp b/Source/platform/graphics/ImageFrameGenerator.cpp
similarity index 97%
rename from Source/core/platform/graphics/ImageFrameGenerator.cpp
rename to Source/platform/graphics/ImageFrameGenerator.cpp
index 0b2f758d1bd9fce37ccc21be6def2706774f39b0..038635b38d175da1523e253b5edf6e1f4edc9ac7 100644
--- a/Source/core/platform/graphics/ImageFrameGenerator.cpp
+++ b/Source/platform/graphics/ImageFrameGenerator.cpp
@@ -25,14 +25,14 @@
#include "config.h"
-#include "core/platform/graphics/ImageFrameGenerator.h"
+#include "platform/graphics/ImageFrameGenerator.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"
+#include "platform/graphics/DiscardablePixelRef.h"
+#include "platform/graphics/ImageDecodingStore.h"
#include "platform/graphics/ScaledImageFragment.h"
+#include "platform/image-decoders/ImageDecoder.h"
#include "skia/ext/image_operations.h"
« no previous file with comments | « Source/platform/graphics/ImageFrameGenerator.h ('k') | Source/platform/graphics/ImageSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698