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

Side by Side Diff: webkit/plugins/ppapi/ppapi_plugin_instance.h

Issue 15937016: Update refernces to Blink's Platform API (webkit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
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 #ifndef WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_ 5 #ifndef WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_
6 #define WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_ 6 #define WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 27 matching lines...) Expand all
38 #include "ppapi/c/private/ppb_content_decryptor_private.h" 38 #include "ppapi/c/private/ppb_content_decryptor_private.h"
39 #include "ppapi/c/private/ppb_nacl_private.h" 39 #include "ppapi/c/private/ppb_nacl_private.h"
40 #include "ppapi/c/private/ppp_instance_private.h" 40 #include "ppapi/c/private/ppp_instance_private.h"
41 #include "ppapi/shared_impl/ppb_instance_shared.h" 41 #include "ppapi/shared_impl/ppb_instance_shared.h"
42 #include "ppapi/shared_impl/ppb_view_shared.h" 42 #include "ppapi/shared_impl/ppb_view_shared.h"
43 #include "ppapi/shared_impl/singleton_resource_id.h" 43 #include "ppapi/shared_impl/singleton_resource_id.h"
44 #include "ppapi/shared_impl/tracked_callback.h" 44 #include "ppapi/shared_impl/tracked_callback.h"
45 #include "ppapi/thunk/ppb_gamepad_api.h" 45 #include "ppapi/thunk/ppb_gamepad_api.h"
46 #include "ppapi/thunk/resource_creation_api.h" 46 #include "ppapi/thunk/resource_creation_api.h"
47 #include "skia/ext/refptr.h" 47 #include "skia/ext/refptr.h"
48 #include "third_party/WebKit/Source/Platform/chromium/public/WebCanvas.h" 48 #include "third_party/WebKit/public/platform/WebCanvas.h"
49 #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" 49 #include "third_party/WebKit/public/platform/WebString.h"
50 #include "third_party/WebKit/Source/Platform/chromium/public/WebURLLoaderClient. h" 50 #include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
51 #include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h" 51 #include "third_party/WebKit/public/platform/WebURLResponse.h"
52 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h" 52 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h"
53 #include "third_party/WebKit/Source/WebKit/chromium/public/WebUserGestureToken.h " 53 #include "third_party/WebKit/Source/WebKit/chromium/public/WebUserGestureToken.h "
54 #include "ui/base/ime/text_input_type.h" 54 #include "ui/base/ime/text_input_type.h"
55 #include "ui/gfx/rect.h" 55 #include "ui/gfx/rect.h"
56 #include "webkit/plugins/ppapi/plugin_delegate.h" 56 #include "webkit/plugins/ppapi/plugin_delegate.h"
57 #include "webkit/plugins/ppapi/ppp_pdf.h" 57 #include "webkit/plugins/ppapi/ppp_pdf.h"
58 #include "webkit/plugins/webkit_plugins_export.h" 58 #include "webkit/plugins/webkit_plugins_export.h"
59 59
60 struct PP_Point; 60 struct PP_Point;
61 struct _NPP; 61 struct _NPP;
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 scoped_ptr<struct _NPP> npp_; 844 scoped_ptr<struct _NPP> npp_;
845 845
846 friend class PpapiPluginInstanceTest; 846 friend class PpapiPluginInstanceTest;
847 DISALLOW_COPY_AND_ASSIGN(PluginInstance); 847 DISALLOW_COPY_AND_ASSIGN(PluginInstance);
848 }; 848 };
849 849
850 } // namespace ppapi 850 } // namespace ppapi
851 } // namespace webkit 851 } // namespace webkit
852 852
853 #endif // WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_ 853 #endif // WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/mock_plugin_delegate.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698