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

Unified Diff: Source/platform/graphics/Canvas2DLayerManager.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building 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/Canvas2DLayerManager.cpp
diff --git a/Source/core/platform/graphics/Canvas2DLayerManager.cpp b/Source/platform/graphics/Canvas2DLayerManager.cpp
similarity index 98%
rename from Source/core/platform/graphics/Canvas2DLayerManager.cpp
rename to Source/platform/graphics/Canvas2DLayerManager.cpp
index d8af5fe2e5810dba4ceaf903c33c86f66c38f02b..5d21312a0fe0d650bd4a30b23b0142bb8c5852b3 100644
--- a/Source/core/platform/graphics/Canvas2DLayerManager.cpp
+++ b/Source/platform/graphics/Canvas2DLayerManager.cpp
@@ -23,7 +23,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "config.h"
-#include "core/platform/graphics/Canvas2DLayerManager.h"
+#include "platform/graphics/Canvas2DLayerManager.h"
#include "public/platform/Platform.h"
#include "wtf/StdLibExtras.h"

Powered by Google App Engine
This is Rietveld 408576698