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

Side by Side Diff: content/renderer/pepper/pepper_plugin_instance_impl.cc

Issue 68683009: Rewrite include paths for Blink public/ headers that have moved (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « content/renderer/npapi/webplugin_impl.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/renderer/pepper/pepper_plugin_instance_impl.h" 5 #include "content/renderer/pepper/pepper_plugin_instance_impl.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/callback_helpers.h" 8 #include "base/callback_helpers.h"
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/debug/trace_event.h" 10 #include "base/debug/trace_event.h"
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 #include "ppapi/shared_impl/time_conversion.h" 80 #include "ppapi/shared_impl/time_conversion.h"
81 #include "ppapi/shared_impl/url_request_info_data.h" 81 #include "ppapi/shared_impl/url_request_info_data.h"
82 #include "ppapi/shared_impl/var.h" 82 #include "ppapi/shared_impl/var.h"
83 #include "ppapi/thunk/enter.h" 83 #include "ppapi/thunk/enter.h"
84 #include "ppapi/thunk/ppb_buffer_api.h" 84 #include "ppapi/thunk/ppb_buffer_api.h"
85 #include "printing/metafile.h" 85 #include "printing/metafile.h"
86 #include "printing/metafile_skia_wrapper.h" 86 #include "printing/metafile_skia_wrapper.h"
87 #include "printing/units.h" 87 #include "printing/units.h"
88 #include "skia/ext/platform_canvas.h" 88 #include "skia/ext/platform_canvas.h"
89 #include "skia/ext/platform_device.h" 89 #include "skia/ext/platform_device.h"
90 #include "third_party/WebKit/public/platform/WebCursorInfo.h"
90 #include "third_party/WebKit/public/platform/WebGamepads.h" 91 #include "third_party/WebKit/public/platform/WebGamepads.h"
91 #include "third_party/WebKit/public/platform/WebString.h" 92 #include "third_party/WebKit/public/platform/WebString.h"
92 #include "third_party/WebKit/public/platform/WebURL.h" 93 #include "third_party/WebKit/public/platform/WebURL.h"
93 #include "third_party/WebKit/public/platform/WebURLError.h" 94 #include "third_party/WebKit/public/platform/WebURLError.h"
94 #include "third_party/WebKit/public/platform/WebURLRequest.h" 95 #include "third_party/WebKit/public/platform/WebURLRequest.h"
95 #include "third_party/WebKit/public/web/WebBindings.h" 96 #include "third_party/WebKit/public/web/WebBindings.h"
96 #include "third_party/WebKit/public/web/WebCompositionUnderline.h" 97 #include "third_party/WebKit/public/web/WebCompositionUnderline.h"
97 #include "third_party/WebKit/public/web/WebCursorInfo.h"
98 #include "third_party/WebKit/public/web/WebDataSource.h" 98 #include "third_party/WebKit/public/web/WebDataSource.h"
99 #include "third_party/WebKit/public/web/WebDocument.h" 99 #include "third_party/WebKit/public/web/WebDocument.h"
100 #include "third_party/WebKit/public/web/WebElement.h" 100 #include "third_party/WebKit/public/web/WebElement.h"
101 #include "third_party/WebKit/public/web/WebFrame.h" 101 #include "third_party/WebKit/public/web/WebFrame.h"
102 #include "third_party/WebKit/public/web/WebInputEvent.h" 102 #include "third_party/WebKit/public/web/WebInputEvent.h"
103 #include "third_party/WebKit/public/web/WebPluginContainer.h" 103 #include "third_party/WebKit/public/web/WebPluginContainer.h"
104 #include "third_party/WebKit/public/web/WebPrintParams.h" 104 #include "third_party/WebKit/public/web/WebPrintParams.h"
105 #include "third_party/WebKit/public/web/WebPrintScalingOption.h" 105 #include "third_party/WebKit/public/web/WebPrintScalingOption.h"
106 #include "third_party/WebKit/public/web/WebScopedUserGesture.h" 106 #include "third_party/WebKit/public/web/WebScopedUserGesture.h"
107 #include "third_party/WebKit/public/web/WebSecurityOrigin.h" 107 #include "third_party/WebKit/public/web/WebSecurityOrigin.h"
(...skipping 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after
3001 // Running out-of-process. Initiate an IPC call to notify the plugin 3001 // Running out-of-process. Initiate an IPC call to notify the plugin
3002 // process. 3002 // process.
3003 ppapi::proxy::HostDispatcher* dispatcher = 3003 ppapi::proxy::HostDispatcher* dispatcher =
3004 ppapi::proxy::HostDispatcher::GetForInstance(pp_instance()); 3004 ppapi::proxy::HostDispatcher::GetForInstance(pp_instance());
3005 dispatcher->Send(new PpapiMsg_PPPInstance_HandleDocumentLoad( 3005 dispatcher->Send(new PpapiMsg_PPPInstance_HandleDocumentLoad(
3006 ppapi::API_ID_PPP_INSTANCE, pp_instance(), pending_host_id, data)); 3006 ppapi::API_ID_PPP_INSTANCE, pp_instance(), pending_host_id, data));
3007 } 3007 }
3008 } 3008 }
3009 3009
3010 } // namespace content 3010 } // namespace content
OLDNEW
« no previous file with comments | « content/renderer/npapi/webplugin_impl.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698