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

Unified Diff: Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.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/OpaqueRectTrackingContentLayerDelegate.h ('k') | Source/platform/graphics/Path.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
diff --git a/Source/core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp b/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
similarity index 95%
rename from Source/core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
rename to Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
index 3fed148775f16ab4dbd4bfab511327dde6e245eb..174970257a12b89127d2277dc5813bf53b8860ad 100644
--- a/Source/core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
+++ b/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
@@ -24,11 +24,11 @@
#include "config.h"
-#include "core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
+#include "platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
-#include "core/platform/graphics/GraphicsContext.h"
#include "platform/EventTracer.h"
#include "platform/geometry/IntRect.h"
+#include "platform/graphics/GraphicsContext.h"
#include "platform/transforms/AffineTransform.h"
#include "public/platform/WebFloatRect.h"
#include "public/platform/WebRect.h"
« no previous file with comments | « Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.h ('k') | Source/platform/graphics/Path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698