diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 16:56:50 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 16:56:50 +0000 |
commit | 2116103d79615836d746554fb8618fab860db7ef (patch) | |
tree | 9bfac3cc0041b1cdfe4bad0bd02c02d012afbd9c /content | |
parent | 94a0924fa2465aedf46d60cb7d092b4124adb703 (diff) | |
download | chromium_src-2116103d79615836d746554fb8618fab860db7ef.zip chromium_src-2116103d79615836d746554fb8618fab860db7ef.tar.gz chromium_src-2116103d79615836d746554fb8618fab860db7ef.tar.bz2 |
Move some interfaces from content/port to internal content since they're not referenced in content/port anymore.
BUG=304341
R=avi@chromium.org
Review URL: https://codereview.chromium.org/264033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
35 files changed, 50 insertions, 50 deletions
diff --git a/content/browser/android/in_process/synchronous_compositor_impl.h b/content/browser/android/in_process/synchronous_compositor_impl.h index 861afc1..885db21 100644 --- a/content/browser/android/in_process/synchronous_compositor_impl.h +++ b/content/browser/android/in_process/synchronous_compositor_impl.h @@ -10,7 +10,7 @@ #include "base/memory/scoped_ptr.h" #include "cc/input/layer_scroll_offset_delegate.h" #include "content/browser/android/in_process/synchronous_compositor_output_surface.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "content/public/browser/android/synchronous_compositor.h" #include "content/public/browser/web_contents_user_data.h" diff --git a/content/browser/android/in_process/synchronous_input_event_filter.h b/content/browser/android/in_process/synchronous_input_event_filter.h index ae383f4..3b81fa6 100644 --- a/content/browser/android/in_process/synchronous_input_event_filter.h +++ b/content/browser/android/in_process/synchronous_input_event_filter.h @@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "base/callback.h" #include "base/compiler_specific.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "content/renderer/input/input_handler_manager_client.h" #include "ui/gfx/vector2d_f.h" diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc index 9480e9d..5b99d1b 100644 --- a/content/browser/browser_plugin/browser_plugin_guest.cc +++ b/content/browser/browser_plugin/browser_plugin_guest.cc @@ -17,6 +17,7 @@ #include "content/browser/frame_host/render_frame_host_impl.h" #include "content/browser/frame_host/render_widget_host_view_guest.h" #include "content/browser/loader/resource_dispatcher_host_impl.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/browser/renderer_host/render_view_host_impl.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "content/browser/renderer_host/render_widget_host_view_base.h" @@ -28,7 +29,6 @@ #include "content/common/drag_messages.h" #include "content/common/input_messages.h" #include "content/common/view_messages.h" -#include "content/port/browser/render_view_host_delegate_view.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/content_browser_client.h" #include "content/public/browser/navigation_controller.h" diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h index 61d2d8e..965d8f0 100644 --- a/content/browser/browser_plugin/browser_plugin_guest.h +++ b/content/browser/browser_plugin/browser_plugin_guest.h @@ -25,7 +25,7 @@ #include "base/memory/weak_ptr.h" #include "base/values.h" #include "content/common/edit_command.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "content/public/browser/browser_plugin_guest_delegate.h" #include "content/public/browser/web_contents_delegate.h" #include "content/public/browser/web_contents_observer.h" diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc index b103c7f..71c7056 100644 --- a/content/browser/frame_host/interstitial_page_impl.cc +++ b/content/browser/frame_host/interstitial_page_impl.cc @@ -19,6 +19,7 @@ #include "content/browser/frame_host/navigation_entry_impl.h" #include "content/browser/loader/resource_dispatcher_host_impl.h" #include "content/browser/renderer_host/render_process_host_impl.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/browser/renderer_host/render_view_host_factory.h" #include "content/browser/renderer_host/render_view_host_impl.h" #include "content/browser/renderer_host/render_widget_host_view_base.h" @@ -27,7 +28,6 @@ #include "content/browser/web_contents/web_contents_view.h" #include "content/common/frame_messages.h" #include "content/common/view_messages.h" -#include "content/port/browser/render_view_host_delegate_view.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/content_browser_client.h" diff --git a/content/port/browser/event_with_latency_info.h b/content/browser/renderer_host/event_with_latency_info.h index c0da186..483c4cf 100644 --- a/content/port/browser/event_with_latency_info.h +++ b/content/browser/renderer_host/event_with_latency_info.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CONTENT_PORT_BROWSER_EVENT_WITH_LATENCY_INFO_H_ -#define CONTENT_PORT_BROWSER_EVENT_WITH_LATENCY_INFO_H_ +#ifndef CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_ +#define CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_ #include "ui/events/latency_info.h" @@ -56,4 +56,4 @@ typedef EventWithLatencyInfo<blink::WebTouchEvent> } // namespace content -#endif // CONTENT_PORT_BROWSER_EVENT_WITH_LATENCY_INFO_H_ +#endif // CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_ diff --git a/content/browser/renderer_host/input/gesture_event_queue.h b/content/browser/renderer_host/input/gesture_event_queue.h index 4832a29..a0a8146 100644 --- a/content/browser/renderer_host/input/gesture_event_queue.h +++ b/content/browser/renderer_host/input/gesture_event_queue.h @@ -10,12 +10,12 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" #include "base/timer/timer.h" +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/browser/renderer_host/input/tap_suppression_controller.h" #include "content/browser/renderer_host/input/touchpad_tap_suppression_controller.h" #include "content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h" #include "content/common/content_export.h" -#include "content/port/browser/event_with_latency_info.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "third_party/WebKit/public/web/WebInputEvent.h" #include "ui/gfx/transform.h" diff --git a/content/browser/renderer_host/input/gesture_event_queue_unittest.cc b/content/browser/renderer_host/input/gesture_event_queue_unittest.cc index 28d6995..2deb555 100644 --- a/content/browser/renderer_host/input/gesture_event_queue_unittest.cc +++ b/content/browser/renderer_host/input/gesture_event_queue_unittest.cc @@ -11,8 +11,8 @@ #include "base/time/time.h" #include "content/browser/renderer_host/input/gesture_event_queue.h" #include "content/browser/renderer_host/input/touchpad_tap_suppression_controller.h" +#include "content/common/input/input_event_ack_state.h" #include "content/common/input/synthetic_web_input_event_builders.h" -#include "content/port/common/input_event_ack_state.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/WebKit/public/web/WebInputEvent.h" diff --git a/content/browser/renderer_host/input/input_ack_handler.h b/content/browser/renderer_host/input/input_ack_handler.h index 7917bff..0e34b82 100644 --- a/content/browser/renderer_host/input/input_ack_handler.h +++ b/content/browser/renderer_host/input/input_ack_handler.h @@ -6,8 +6,8 @@ #define CONTENT_BROWSER_RENDERER_HOST_INPUT_INPUT_ACK_HANDLER_H_ #include "base/basictypes.h" -#include "content/port/browser/event_with_latency_info.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/browser/renderer_host/event_with_latency_info.h" +#include "content/common/input/input_event_ack_state.h" #include "content/public/browser/native_web_keyboard_event.h" #include "third_party/WebKit/public/web/WebInputEvent.h" diff --git a/content/browser/renderer_host/input/input_router.h b/content/browser/renderer_host/input/input_router.h index 2dbb4ed..bb3bd03 100644 --- a/content/browser/renderer_host/input/input_router.h +++ b/content/browser/renderer_host/input/input_router.h @@ -6,8 +6,8 @@ #define CONTENT_BROWSER_RENDERER_HOST_INPUT_INPUT_ROUTER_H_ #include "base/basictypes.h" -#include "content/port/browser/event_with_latency_info.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/browser/renderer_host/event_with_latency_info.h" +#include "content/common/input/input_event_ack_state.h" #include "content/public/browser/native_web_keyboard_event.h" #include "ipc/ipc_listener.h" #include "third_party/WebKit/public/web/WebInputEvent.h" diff --git a/content/browser/renderer_host/input/input_router_client.h b/content/browser/renderer_host/input/input_router_client.h index fefcb10..647c081 100644 --- a/content/browser/renderer_host/input/input_router_client.h +++ b/content/browser/renderer_host/input/input_router_client.h @@ -5,9 +5,9 @@ #ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_INPUT_ROUTER_CLIENT_H_ #define CONTENT_BROWSER_RENDERER_HOST_INPUT_INPUT_ROUTER_CLIENT_H_ +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/common/content_export.h" -#include "content/port/browser/event_with_latency_info.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "content/public/browser/native_web_keyboard_event.h" #include "third_party/WebKit/public/web/WebInputEvent.h" diff --git a/content/browser/renderer_host/input/input_router_impl.cc b/content/browser/renderer_host/input/input_router_impl.cc index 97e68f4..08b9e45 100644 --- a/content/browser/renderer_host/input/input_router_impl.cc +++ b/content/browser/renderer_host/input/input_router_impl.cc @@ -18,11 +18,11 @@ #include "content/browser/renderer_host/overscroll_controller.h" #include "content/common/content_constants_internal.h" #include "content/common/edit_command.h" +#include "content/common/input/input_event_ack_state.h" #include "content/common/input/touch_action.h" #include "content/common/input/web_touch_event_traits.h" #include "content/common/input_messages.h" #include "content/common/view_messages.h" -#include "content/port/common/input_event_ack_state.h" #include "content/public/browser/notification_service.h" #include "content/public/browser/notification_types.h" #include "content/public/browser/user_metrics.h" diff --git a/content/browser/renderer_host/input/touch_action_filter_unittest.cc b/content/browser/renderer_host/input/touch_action_filter_unittest.cc index 71a3c1e..e099c9b 100644 --- a/content/browser/renderer_host/input/touch_action_filter_unittest.cc +++ b/content/browser/renderer_host/input/touch_action_filter_unittest.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/browser/renderer_host/input/touch_action_filter.h" +#include "content/common/input/input_event_ack_state.h" #include "content/common/input/synthetic_web_input_event_builders.h" -#include "content/port/browser/event_with_latency_info.h" -#include "content/port/common/input_event_ack_state.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/WebKit/public/web/WebInputEvent.h" diff --git a/content/browser/renderer_host/input/touch_emulator.h b/content/browser/renderer_host/input/touch_emulator.h index 9ee6500..af1e056 100644 --- a/content/browser/renderer_host/input/touch_emulator.h +++ b/content/browser/renderer_host/input/touch_emulator.h @@ -7,7 +7,7 @@ #include "content/browser/renderer_host/input/touch_emulator_client.h" #include "content/common/cursors/webcursor.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "third_party/WebKit/public/web/WebInputEvent.h" #include "ui/events/gesture_detection/filtered_gesture_provider.h" diff --git a/content/browser/renderer_host/input/touch_event_queue.h b/content/browser/renderer_host/input/touch_event_queue.h index e491a62..0e24073 100644 --- a/content/browser/renderer_host/input/touch_event_queue.h +++ b/content/browser/renderer_host/input/touch_event_queue.h @@ -10,9 +10,9 @@ #include "base/basictypes.h" #include "base/time/time.h" +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/common/content_export.h" -#include "content/port/browser/event_with_latency_info.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "third_party/WebKit/public/web/WebInputEvent.h" #include "ui/gfx/geometry/point_f.h" diff --git a/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h b/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h index 23e3ee4..da74dfd 100644 --- a/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h +++ b/content/browser/renderer_host/input/touchpad_tap_suppression_controller.h @@ -5,10 +5,10 @@ #ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCHPAD_TAP_SUPPRESSION_CONTROLLER_H_ #define CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCHPAD_TAP_SUPPRESSION_CONTROLLER_H_ +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/browser/renderer_host/input/tap_suppression_controller.h" #include "content/browser/renderer_host/input/tap_suppression_controller_client.h" #include "content/common/content_export.h" -#include "content/port/browser/event_with_latency_info.h" #include "third_party/WebKit/public/web/WebInputEvent.h" namespace content { diff --git a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h index a9e09f4..706e9d8 100644 --- a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h +++ b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.h @@ -6,9 +6,9 @@ #define CONTENT_BROWSER_RENDERER_HOST_INPUT_TOUCHSCREEN_TAP_SUPPRESSION_CONTROLLER_H_ #include "base/memory/scoped_ptr.h" +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/browser/renderer_host/input/tap_suppression_controller.h" #include "content/browser/renderer_host/input/tap_suppression_controller_client.h" -#include "content/port/browser/event_with_latency_info.h" namespace content { diff --git a/content/port/browser/render_view_host_delegate_view.h b/content/browser/renderer_host/render_view_host_delegate_view.h index e7af7c9..fb2babd 100644 --- a/content/port/browser/render_view_host_delegate_view.h +++ b/content/browser/renderer_host/render_view_host_delegate_view.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CONTENT_PORT_BROWSER_RENDER_VIEW_HOST_DELEGATE_VIEW_H_ -#define CONTENT_PORT_BROWSER_RENDER_VIEW_HOST_DELEGATE_VIEW_H_ +#ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_DELEGATE_VIEW_H_ +#define CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_DELEGATE_VIEW_H_ #include <vector> @@ -79,4 +79,4 @@ class CONTENT_EXPORT RenderViewHostDelegateView { } // namespace content -#endif // CONTENT_PORT_BROWSER_RENDER_VIEW_HOST_DELEGATE_VIEW_H_ +#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_VIEW_HOST_DELEGATE_VIEW_H_ diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc index 5337318..c329fb07f 100644 --- a/content/browser/renderer_host/render_view_host_impl.cc +++ b/content/browser/renderer_host/render_view_host_impl.cc @@ -39,6 +39,7 @@ #include "content/browser/renderer_host/media/audio_renderer_host.h" #include "content/browser/renderer_host/render_process_host_impl.h" #include "content/browser/renderer_host/render_view_host_delegate.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/browser/renderer_host/render_widget_host_view_base.h" #include "content/common/accessibility_messages.h" #include "content/common/browser_plugin/browser_plugin_messages.h" @@ -52,7 +53,6 @@ #include "content/common/swapped_out_messages.h" #include "content/common/view_messages.h" #include "content/common/web_ui_setup.mojom.h" -#include "content/port/browser/render_view_host_delegate_view.h" #include "content/public/browser/ax_event_notification_details.h" #include "content/public/browser/browser_accessibility_state.h" #include "content/public/browser/browser_context.h" diff --git a/content/browser/renderer_host/render_view_host_unittest.cc b/content/browser/renderer_host/render_view_host_unittest.cc index cb5e52b..836540c 100644 --- a/content/browser/renderer_host/render_view_host_unittest.cc +++ b/content/browser/renderer_host/render_view_host_unittest.cc @@ -6,9 +6,9 @@ #include "base/strings/utf_string_conversions.h" #include "content/browser/child_process_security_policy_impl.h" #include "content/browser/frame_host/render_frame_host_impl.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/common/input_messages.h" #include "content/common/view_messages.h" -#include "content/port/browser/render_view_host_delegate_view.h" #include "content/public/browser/navigation_entry.h" #include "content/public/common/bindings_policy.h" #include "content/public/common/drop_data.h" diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h index b4f391a..139ea3b 100644 --- a/content/browser/renderer_host/render_widget_host_impl.h +++ b/content/browser/renderer_host/render_widget_host_impl.h @@ -25,14 +25,14 @@ #include "build/build_config.h" #include "cc/resources/shared_bitmap.h" #include "content/browser/accessibility/browser_accessibility_manager.h" +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/browser/renderer_host/input/input_ack_handler.h" #include "content/browser/renderer_host/input/input_router_client.h" #include "content/browser/renderer_host/input/synthetic_gesture.h" #include "content/browser/renderer_host/input/touch_emulator_client.h" +#include "content/common/input/input_event_ack_state.h" #include "content/common/input/synthetic_gesture_packet.h" #include "content/common/view_message_enums.h" -#include "content/port/browser/event_with_latency_info.h" -#include "content/port/common/input_event_ack_state.h" #include "content/public/browser/render_widget_host.h" #include "content/public/common/page_zoom.h" #include "ipc/ipc_listener.h" diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h index 2c17dff..1b86fdc 100644 --- a/content/browser/renderer_host/render_widget_host_view_base.h +++ b/content/browser/renderer_host/render_widget_host_view_base.h @@ -17,9 +17,9 @@ #include "base/process/kill.h" #include "base/timer/timer.h" #include "cc/output/compositor_frame.h" +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/common/content_export.h" -#include "content/port/browser/event_with_latency_info.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "content/public/browser/render_widget_host_view.h" #include "ipc/ipc_listener.h" #include "third_party/WebKit/public/web/WebPopupType.h" diff --git a/content/browser/renderer_host/ui_events_helper.h b/content/browser/renderer_host/ui_events_helper.h index a7f2eaa..883ba48 100644 --- a/content/browser/renderer_host/ui_events_helper.h +++ b/content/browser/renderer_host/ui_events_helper.h @@ -6,8 +6,8 @@ #define CONTENT_BROWSER_RENDERER_HOST_UI_EVENTS_HELPER_H_ #include "base/memory/scoped_vector.h" +#include "content/browser/renderer_host/event_with_latency_info.h" #include "content/common/content_export.h" -#include "content/port/browser/event_with_latency_info.h" namespace blink { class WebGestureEvent; diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index 08b4da9..acc4633 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc @@ -40,6 +40,7 @@ #include "content/browser/message_port_service.h" #include "content/browser/power_save_blocker_impl.h" #include "content/browser/renderer_host/render_process_host_impl.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/browser/renderer_host/render_view_host_impl.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "content/browser/renderer_host/render_widget_host_view_base.h" @@ -55,7 +56,6 @@ #include "content/common/input_messages.h" #include "content/common/ssl_status_serialization.h" #include "content/common/view_messages.h" -#include "content/port/browser/render_view_host_delegate_view.h" #include "content/public/browser/ax_event_notification_details.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/content_browser_client.h" diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h index 697dfa4..2503595 100644 --- a/content/browser/web_contents/web_contents_view_android.h +++ b/content/browser/web_contents/web_contents_view_android.h @@ -6,8 +6,8 @@ #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_VIEW_ANDROID_H_ #include "base/memory/scoped_ptr.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/browser/web_contents/web_contents_view.h" -#include "content/port/browser/render_view_host_delegate_view.h" #include "content/public/browser/web_contents_view_delegate.h" #include "content/public/common/context_menu_params.h" #include "ui/gfx/rect_f.h" diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h index a4532e5..9cf4182 100644 --- a/content/browser/web_contents/web_contents_view_aura.h +++ b/content/browser/web_contents/web_contents_view_aura.h @@ -10,9 +10,9 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "content/browser/renderer_host/overscroll_controller_delegate.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/browser/web_contents/web_contents_view.h" #include "content/common/content_export.h" -#include "content/port/browser/render_view_host_delegate_view.h" #include "ui/aura/window_delegate.h" #include "ui/compositor/layer_animation_observer.h" #include "ui/wm/public/drag_drop_delegate.h" diff --git a/content/browser/web_contents/web_contents_view_guest.h b/content/browser/web_contents/web_contents_view_guest.h index 086b37e..53edd64 100644 --- a/content/browser/web_contents/web_contents_view_guest.h +++ b/content/browser/web_contents/web_contents_view_guest.h @@ -8,10 +8,10 @@ #include <vector> #include "base/memory/scoped_ptr.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/browser/web_contents/web_contents_view.h" #include "content/common/content_export.h" #include "content/common/drag_event_source_info.h" -#include "content/port/browser/render_view_host_delegate_view.h" namespace content { diff --git a/content/browser/web_contents/web_contents_view_mac.h b/content/browser/web_contents/web_contents_view_mac.h index 08fbc4e..c6bc9da 100644 --- a/content/browser/web_contents/web_contents_view_mac.h +++ b/content/browser/web_contents/web_contents_view_mac.h @@ -12,10 +12,10 @@ #include "base/mac/scoped_nsobject.h" #include "base/memory/scoped_ptr.h" +#include "content/browser/renderer_host/render_view_host_delegate_view.h" #include "content/browser/web_contents/web_contents_view.h" #include "content/common/content_export.h" #include "content/common/drag_event_source_info.h" -#include "content/port/browser/render_view_host_delegate_view.h" #include "ui/base/cocoa/base_view.h" #include "ui/gfx/size.h" diff --git a/content/port/common/input_event_ack_state.h b/content/common/input/input_event_ack_state.h index a482ab0..5b9c706 100644 --- a/content/port/common/input_event_ack_state.h +++ b/content/common/input/input_event_ack_state.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_ -#define CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_ +#ifndef CONTENT_COMMON_INPUT_INPUT_EVENT_ACK_STATE_H_ +#define CONTENT_COMMON_INPUT_INPUT_EVENT_ACK_STATE_H_ namespace content { @@ -19,4 +19,4 @@ enum InputEventAckState { } // namespace content -#endif // CONTENT_PORT_COMMON_INPUT_EVENT_ACK_STATE_H_ +#endif // CONTENT_COMMON_INPUT_INPUT_EVENT_ACK_STATE_H_ diff --git a/content/common/input_messages.h b/content/common/input_messages.h index 7f42435..df67c71 100644 --- a/content/common/input_messages.h +++ b/content/common/input_messages.h @@ -11,13 +11,13 @@ #include "content/common/content_param_traits.h" #include "content/common/edit_command.h" #include "content/common/input/input_event.h" +#include "content/common/input/input_event_ack_state.h" #include "content/common/input/input_param_traits.h" #include "content/common/input/synthetic_gesture_packet.h" #include "content/common/input/synthetic_gesture_params.h" #include "content/common/input/synthetic_pinch_gesture_params.h" #include "content/common/input/synthetic_smooth_scroll_gesture_params.h" #include "content/common/input/synthetic_tap_gesture_params.h" -#include "content/port/common/input_event_ack_state.h" #include "content/public/common/common_param_traits.h" #include "content/common/input/touch_action.h" #include "ipc/ipc_message_macros.h" diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 184d39e..d4b3703 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -15,11 +15,11 @@ #include "content/common/content_param_traits.h" #include "content/common/cookie_data.h" #include "content/common/input/did_overscroll_params.h" +#include "content/common/input/input_event_ack_state.h" #include "content/common/navigation_gesture.h" #include "content/common/pepper_renderer_instance_data.h" #include "content/common/view_message_enums.h" #include "content/common/webplugin_geometry.h" -#include "content/port/common/input_event_ack_state.h" #include "content/public/common/common_param_traits.h" #include "content/public/common/favicon_url.h" #include "content/public/common/file_chooser_params.h" diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 70a9168..417d366 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -38,9 +38,7 @@ '<(INTERMEDIATE_DIR)', ], 'sources': [ - 'port/browser/event_with_latency_info.h', 'port/browser/location_provider.h', - 'port/browser/render_view_host_delegate_view.h', 'port/browser/vibration_provider.h', 'public/browser/access_token_store.h', 'public/browser/android/compositor.h', @@ -886,6 +884,7 @@ 'browser/renderer_host/dip_util.h', 'browser/renderer_host/display_link_mac.h', 'browser/renderer_host/display_link_mac.cc', + 'browser/renderer_host/event_with_latency_info.h', 'browser/renderer_host/file_utilities_message_filter.cc', 'browser/renderer_host/file_utilities_message_filter.h', 'browser/renderer_host/gamepad_browser_message_filter.cc', @@ -1082,6 +1081,7 @@ 'browser/renderer_host/render_process_host_impl.h', 'browser/renderer_host/render_view_host_delegate.cc', 'browser/renderer_host/render_view_host_delegate.h', + 'browser/renderer_host/render_view_host_delegate_view.h', 'browser/renderer_host/render_view_host_factory.cc', 'browser/renderer_host/render_view_host_factory.h', 'browser/renderer_host/render_view_host_impl.cc', diff --git a/content/content_common.gypi b/content/content_common.gypi index 8c330f5..b3ca0fc 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -302,6 +302,7 @@ 'common/input/gesture_event_stream_validator.h', 'common/input/input_event.cc', 'common/input/input_event.h', + 'common/input/input_event_ack_state.h', 'common/input/input_event_stream_validator.cc', 'common/input/input_event_stream_validator.h', 'common/input/input_param_traits.cc', @@ -452,7 +453,6 @@ 'common/websocket_messages.h', 'common/worker_messages.h', 'common/zygote_commands_linux.h', - 'port/common/input_event_ack_state.h', ], 'target_conditions': [ ['OS=="android" and <(use_seccomp_bpf)==1', { diff --git a/content/renderer/input/input_event_filter.h b/content/renderer/input/input_event_filter.h index e79f5a7..88a8518 100644 --- a/content/renderer/input/input_event_filter.h +++ b/content/renderer/input/input_event_filter.h @@ -11,7 +11,7 @@ #include "base/callback_forward.h" #include "base/synchronization/lock.h" #include "content/common/content_export.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "content/renderer/input/input_handler_manager_client.h" #include "ipc/message_filter.h" #include "third_party/WebKit/public/web/WebInputEvent.h" diff --git a/content/renderer/input/input_handler_manager.h b/content/renderer/input/input_handler_manager.h index b5a0ae5..b6c7070 100644 --- a/content/renderer/input/input_handler_manager.h +++ b/content/renderer/input/input_handler_manager.h @@ -8,7 +8,7 @@ #include "base/containers/scoped_ptr_hash_map.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" -#include "content/port/common/input_event_ack_state.h" +#include "content/common/input/input_event_ack_state.h" #include "content/renderer/render_view_impl.h" namespace base { |