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

Unified Diff: Source/platform/graphics/Extensions3D.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/Extensions3D.h ('k') | Source/platform/graphics/FrameData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Extensions3D.cpp
diff --git a/Source/core/platform/graphics/Extensions3D.cpp b/Source/platform/graphics/Extensions3D.cpp
similarity index 98%
rename from Source/core/platform/graphics/Extensions3D.cpp
rename to Source/platform/graphics/Extensions3D.cpp
index 3857fc0b0bfcc0ff99afef5688d381a2875ad62e..2a90872da4323d73c8450950390a6606aaab8cca 100644
--- a/Source/core/platform/graphics/Extensions3D.cpp
+++ b/Source/platform/graphics/Extensions3D.cpp
@@ -25,9 +25,9 @@
#include "config.h"
-#include "core/platform/graphics/Extensions3D.h"
+#include "platform/graphics/Extensions3D.h"
-#include "core/platform/graphics/GraphicsContext3D.h"
+#include "platform/graphics/GraphicsContext3D.h"
#include "public/platform/WebGraphicsContext3D.h"
#include "wtf/text/CString.h"
« no previous file with comments | « Source/platform/graphics/Extensions3D.h ('k') | Source/platform/graphics/FrameData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698