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

Unified Diff: Source/web/GraphicsLayerFactoryChromium.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/web/GraphicsLayerFactoryChromium.h ('k') | Source/web/LinkHighlight.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/GraphicsLayerFactoryChromium.cpp
diff --git a/Source/web/GraphicsLayerFactoryChromium.cpp b/Source/web/GraphicsLayerFactoryChromium.cpp
index 1a3e9cdf8b71717743657b5b1211504bfdf0db54..cd7b346e2645b27e0e0a051e0f2d1513ee4cace4 100644
--- a/Source/web/GraphicsLayerFactoryChromium.cpp
+++ b/Source/web/GraphicsLayerFactoryChromium.cpp
@@ -27,7 +27,7 @@
#include "GraphicsLayerFactoryChromium.h"
#include "WebViewImpl.h"
-#include "core/platform/graphics/GraphicsLayer.h"
+#include "platform/graphics/GraphicsLayer.h"
using namespace WebCore;
« no previous file with comments | « Source/web/GraphicsLayerFactoryChromium.h ('k') | Source/web/LinkHighlight.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698