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

Unified Diff: Source/platform/graphics/GraphicsContext3D.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/GraphicsContext3D.cpp
diff --git a/Source/core/platform/graphics/GraphicsContext3D.cpp b/Source/platform/graphics/GraphicsContext3D.cpp
similarity index 99%
rename from Source/core/platform/graphics/GraphicsContext3D.cpp
rename to Source/platform/graphics/GraphicsContext3D.cpp
index d488df43ba8cd5a623a7418d1562135f1add2c66..c72a12c05273b324d7b231bb9d35d4ecabd46cdf 100644
--- a/Source/core/platform/graphics/GraphicsContext3D.cpp
+++ b/Source/platform/graphics/GraphicsContext3D.cpp
@@ -27,14 +27,13 @@
#include "config.h"
-#include "core/platform/graphics/GraphicsContext3D.h"
-
-#include "core/platform/graphics/GraphicsContext.h"
-#include "core/platform/graphics/ImageBuffer.h"
-#include "core/platform/graphics/gpu/DrawingBuffer.h"
-#include "core/platform/image-decoders/ImageDecoder.h"
+#include "platform/graphics/GraphicsContext3D.h"
#include "platform/CheckedInt.h"
+#include "platform/graphics/GraphicsContext.h"
+#include "platform/graphics/ImageBuffer.h"
#include "platform/graphics/ImageObserver.h"
+#include "platform/graphics/gpu/DrawingBuffer.h"
+#include "platform/image-decoders/ImageDecoder.h"
#include "third_party/skia/include/gpu/GrContext.h"
#include "third_party/skia/include/gpu/gl/GrGLInterface.h"
#include "wtf/CPU.h"
« no previous file with comments | « Source/platform/graphics/GraphicsContext3D.h ('k') | Source/platform/graphics/GraphicsContext3DImagePacking.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698