Chromium Code Reviews| Index: content/browser/renderer_host/DEPS |
| diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS |
| index 31158ea6f36472808f52e2202f3a86b0adfe8bc3..0865571d14139152c999e6c995f09e6efee9ae98 100644 |
| --- a/content/browser/renderer_host/DEPS |
| +++ b/content/browser/renderer_host/DEPS |
| @@ -45,6 +45,9 @@ specific_include_rules = { |
| "render_widget_host_view_event_handler\.cc": [ |
| "+content/browser/frame_host", |
| ], |
| + "touch_selection_controller_client_child_frame\.cc": [ |
| + "+content/browser/frame_host/render_widget_host_view_child_frame.h", |
| + ], |
|
Charlie Reis
2017/05/25 02:29:43
Please put this underneath Ken's TODO below, since
wjmaclean
2017/05/25 14:04:35
Done.
|
| # TODO(kenrb): RenderWidgetHostViewChildFrame should eventually be moved |
| # to content/renderer_host, at which time this can be removed. |
| # RenderWidgetHostViewGuest dependency is needed to allow for routing mouse |