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

Unified Diff: Source/platform/graphics/GraphicsContext3DImagePacking.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
Index: Source/platform/graphics/GraphicsContext3DImagePacking.cpp
diff --git a/Source/core/platform/graphics/GraphicsContext3DImagePacking.cpp b/Source/platform/graphics/GraphicsContext3DImagePacking.cpp
similarity index 99%
rename from Source/core/platform/graphics/GraphicsContext3DImagePacking.cpp
rename to Source/platform/graphics/GraphicsContext3DImagePacking.cpp
index aa8ff22110543334f8f95a752a5f3882fb2a617b..0552344826895ffc0b956f5bb81c41a3e6127800 100644
--- a/Source/core/platform/graphics/GraphicsContext3DImagePacking.cpp
+++ b/Source/platform/graphics/GraphicsContext3DImagePacking.cpp
@@ -25,10 +25,10 @@
*/
#include "config.h"
-#include "core/platform/graphics/GraphicsContext3D.h"
+#include "platform/graphics/GraphicsContext3D.h"
-#include "core/platform/graphics/cpu/arm/GraphicsContext3DNEON.h"
-#include "core/platform/image-decoders/ImageDecoder.h"
+#include "platform/graphics/cpu/arm/GraphicsContext3DNEON.h"
+#include "platform/image-decoders/ImageDecoder.h"
#include "platform/graphics/ImageObserver.h"
namespace WebCore {
« no previous file with comments | « Source/platform/graphics/GraphicsContext3D.cpp ('k') | Source/platform/graphics/GraphicsContextAnnotation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698