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

Unified Diff: Source/platform/graphics/ImageBuffer.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/ImageBuffer.h ('k') | Source/platform/graphics/ImageDecodingStore.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ImageBuffer.cpp
diff --git a/Source/core/platform/graphics/ImageBuffer.cpp b/Source/platform/graphics/ImageBuffer.cpp
similarity index 96%
rename from Source/core/platform/graphics/ImageBuffer.cpp
rename to Source/platform/graphics/ImageBuffer.cpp
index 5389a97c0f4d45d1ba5f55e0e6990eadc590e0f4..1f1c8e9e6e0f689df5e57f9f52b77c44bd0bf063 100644
--- a/Source/core/platform/graphics/ImageBuffer.cpp
+++ b/Source/platform/graphics/ImageBuffer.cpp
@@ -31,21 +31,21 @@
*/
#include "config.h"
-#include "core/platform/graphics/ImageBuffer.h"
-
-#include "core/platform/graphics/BitmapImage.h"
-#include "core/platform/graphics/Extensions3D.h"
-#include "core/platform/graphics/GaneshUtils.h"
-#include "core/platform/graphics/GraphicsContext3D.h"
-#include "core/platform/graphics/gpu/DrawingBuffer.h"
-#include "core/platform/graphics/gpu/SharedGraphicsContext3D.h"
-#include "core/platform/graphics/skia/NativeImageSkia.h"
-#include "core/platform/graphics/skia/SkiaUtils.h"
-#include "core/platform/image-encoders/skia/JPEGImageEncoder.h"
-#include "core/platform/image-encoders/skia/PNGImageEncoder.h"
-#include "core/platform/image-encoders/skia/WEBPImageEncoder.h"
+#include "platform/graphics/ImageBuffer.h"
+
#include "platform/MIMETypeRegistry.h"
#include "platform/geometry/IntRect.h"
+#include "platform/graphics/BitmapImage.h"
+#include "platform/graphics/Extensions3D.h"
+#include "platform/graphics/GraphicsContext3D.h"
+#include "platform/graphics/gpu/DrawingBuffer.h"
+#include "platform/graphics/gpu/SharedGraphicsContext3D.h"
+#include "platform/graphics/skia/GaneshUtils.h"
+#include "platform/graphics/skia/NativeImageSkia.h"
+#include "platform/graphics/skia/SkiaUtils.h"
+#include "platform/image-encoders/skia/JPEGImageEncoder.h"
+#include "platform/image-encoders/skia/PNGImageEncoder.h"
+#include "platform/image-encoders/skia/WEBPImageEncoder.h"
#include "public/platform/Platform.h"
#include "skia/ext/platform_canvas.h"
#include "third_party/skia/include/core/SkBitmapDevice.h"
« no previous file with comments | « Source/platform/graphics/ImageBuffer.h ('k') | Source/platform/graphics/ImageDecodingStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698