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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/WebUserMediaRequest.cpp ('k') | Source/WebKit/chromium/src/WebWorkerBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebViewImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
index c4bc9f1f9c655f4d8715886cd261b2d9141367b3..aaee8eea069ee02f57ddea0186a51a88483e7324 100644
--- a/Source/WebKit/chromium/src/WebViewImpl.cpp
+++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
@@ -39,7 +39,6 @@
#include "CompositionUnderlineVectorBuilder.h"
#include "ContextFeaturesClientImpl.h"
#include "DeviceOrientationClientProxy.h"
-#include "Document.h"
#include "GeolocationClientProxy.h"
#include "GeolocationController.h"
#include "GraphicsLayerFactoryChromium.h"
@@ -49,16 +48,13 @@
#include "HTMLTextAreaElement.h"
#include "InspectorController.h"
#include "InspectorInstrumentation.h"
-#include "KeyboardEvent.h"
#include "LinkHighlight.h"
-#include "NodeRenderStyle.h"
#include "NonCompositedContentHost.h"
#include "PageWidgetDelegate.h"
#include "PlatformContextSkia.h"
#include "PrerendererClientImpl.h"
#include "SpeechInputClientImpl.h"
#include "SpeechRecognitionClientProxy.h"
-#include "Text.h"
#include "TextFieldDecoratorImpl.h"
#include "ValidationMessageClientImpl.h"
#include "ViewportAnchor.h"
@@ -85,9 +81,13 @@
#include "WebSettingsImpl.h"
#include "WebTextInputInfo.h"
#include "WebViewClient.h"
-#include "WheelEvent.h"
#include "core/accessibility/AXObjectCache.h"
#include "core/css/StyleResolver.h"
+#include "core/dom/Document.h"
+#include "core/dom/KeyboardEvent.h"
+#include "core/dom/NodeRenderStyle.h"
+#include "core/dom/Text.h"
+#include "core/dom/WheelEvent.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
#include "core/editing/TextIterator.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebUserMediaRequest.cpp ('k') | Source/WebKit/chromium/src/WebWorkerBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698