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

Unified Diff: Source/web/WebKit.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/WebKit.cpp
diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
index 2a57d16291e44587b30b734d74a5f75e380e8f32..5b15c6df6ccb5b76ff9c4d3f673da98faaac24ff 100644
--- a/Source/web/WebKit.cpp
+++ b/Source/web/WebKit.cpp
@@ -41,11 +41,14 @@
#include "core/dom/Microtask.h"
#include "core/page/Page.h"
#include "core/page/Settings.h"
+#include "core/workers/WorkerGlobalScopeProxy.h"
#include "platform/LayoutTestSupport.h"
#include "platform/Logging.h"
-#include "core/platform/graphics/ImageDecodingStore.h"
-#include "core/workers/WorkerGlobalScopeProxy.h"
+#include "platform/graphics/ImageDecodingStore.h"
#include "platform/graphics/media/MediaPlayer.h"
+#include "public/platform/Platform.h"
+#include "public/platform/WebPrerenderingSupport.h"
+#include "public/platform/WebThread.h"
#include "wtf/Assertions.h"
#include "wtf/CryptographicallyRandomNumber.h"
#include "wtf/MainThread.h"
@@ -53,9 +56,6 @@
#include "wtf/WTF.h"
#include "wtf/text/AtomicString.h"
#include "wtf/text/TextEncoding.h"
-#include "public/platform/Platform.h"
-#include "public/platform/WebPrerenderingSupport.h"
-#include "public/platform/WebThread.h"
#include <v8.h>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698