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

Unified Diff: Source/web/WebImageCache.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/web/WebImageCache.cpp
diff --git a/Source/web/WebImageCache.cpp b/Source/web/WebImageCache.cpp
index cc90ad5993c1f2de7fea4210155d6bea57076023..1ff1af2636d85cd89ab276dd1b4ca7bedc415511 100644
--- a/Source/web/WebImageCache.cpp
+++ b/Source/web/WebImageCache.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "WebImageCache.h"
-#include "core/platform/graphics/ImageDecodingStore.h"
+#include "platform/graphics/ImageDecodingStore.h"
using WebCore::ImageDecodingStore;

Powered by Google App Engine
This is Rietveld 408576698