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

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: 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/WebInputEventConversion.cpp ('k') | Source/web/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebKit.cpp
diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp
index aa23acd727984368869148b926899de66c5903c6..fff93165f5f245f4d8f2999ef4a9f14ead602773 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 {
« no previous file with comments | « Source/web/WebInputEventConversion.cpp ('k') | Source/web/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698