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

Unified Diff: Source/platform/graphics/gpu/DrawingBuffer.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/gpu/DrawingBuffer.cpp
diff --git a/Source/core/platform/graphics/gpu/DrawingBuffer.cpp b/Source/platform/graphics/gpu/DrawingBuffer.cpp
similarity index 99%
rename from Source/core/platform/graphics/gpu/DrawingBuffer.cpp
rename to Source/platform/graphics/gpu/DrawingBuffer.cpp
index 1ce2937c2821f36dfac495fe2aced77f37cb41dc..91cca8137b8389850c3a51f76506a0a97d757e73 100644
--- a/Source/core/platform/graphics/gpu/DrawingBuffer.cpp
+++ b/Source/platform/graphics/gpu/DrawingBuffer.cpp
@@ -30,12 +30,12 @@
#include "config.h"
-#include "core/platform/graphics/gpu/DrawingBuffer.h"
+#include "platform/graphics/gpu/DrawingBuffer.h"
#include <algorithm>
-#include "core/platform/graphics/Extensions3D.h"
-#include "core/platform/graphics/GraphicsLayer.h"
#include "platform/TraceEvent.h"
+#include "platform/graphics/Extensions3D.h"
+#include "platform/graphics/GraphicsLayer.h"
#include "public/platform/Platform.h"
#include "public/platform/WebCompositorSupport.h"
#include "public/platform/WebExternalBitmap.h"
« no previous file with comments | « Source/platform/graphics/gpu/DrawingBuffer.h ('k') | Source/platform/graphics/gpu/SharedGraphicsContext3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698