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

Unified Diff: Source/WebKit/chromium/src/WebKit.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 months 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/WebKit/chromium/src/PageOverlay.cpp ('k') | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebKit.cpp
diff --git a/Source/WebKit/chromium/src/WebKit.cpp b/Source/WebKit/chromium/src/WebKit.cpp
index ab4ed0f90500d4a0aa719c434e4c913e5def6453..736b4477c1c3692c7bc83979a88ebbb74e781694 100644
--- a/Source/WebKit/chromium/src/WebKit.cpp
+++ b/Source/WebKit/chromium/src/WebKit.cpp
@@ -35,10 +35,8 @@
#include "EventTracer.h"
#include "Frame.h"
#include "IDBFactoryBackendProxy.h"
-#include "ImageDecodingStore.h"
#include "LayoutTestSupport.h"
#include "Logging.h"
-#include "MediaPlayerPrivateChromium.h"
#include "MutationObserver.h"
#include "Page.h"
#include "RuntimeEnabledFeatures.h"
@@ -50,15 +48,17 @@
#include "WebSocket.h"
#include "WebWorkerClientImpl.h"
#include "WorkerContextProxyChromium.h"
+#include "core/platform/graphics/chromium/ImageDecodingStore.h"
+#include "core/platform/graphics/chromium/MediaPlayerPrivateChromium.h"
#include "v8.h"
#include <public/Platform.h>
#include <public/WebPrerenderingSupport.h>
#include <public/WebThread.h>
#include <wtf/Assertions.h>
#include <wtf/MainThread.h>
+#include <wtf/text/AtomicString.h>
#include <wtf/Threading.h>
#include <wtf/UnusedParam.h>
-#include <wtf/text/AtomicString.h>
namespace WebKit {
« no previous file with comments | « Source/WebKit/chromium/src/PageOverlay.cpp ('k') | Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698