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

Side by Side Diff: webkit/glue/webplugin_delegate.h

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « webkit/glue/webplugin.h ('k') | webkit/glue/webplugin_impl.h » ('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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_GLUE_WEBPLUGIN_DELEGATE_H_ 5 #ifndef WEBKIT_GLUE_WEBPLUGIN_DELEGATE_H_
6 #define WEBKIT_GLUE_WEBPLUGIN_DELEGATE_H_ 6 #define WEBKIT_GLUE_WEBPLUGIN_DELEGATE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/gfx/native_widget_types.h" 10 #include "app/gfx/native_widget_types.h"
11 #include "base/string16.h" 11 #include "base/string16.h"
12 #include "third_party/npapi/bindings/npapi.h" 12 #include "third_party/npapi/bindings/npapi.h"
13 13
14 class FilePath; 14 class FilePath;
15 class GURL; 15 class GURL;
16 struct NPObject; 16 struct NPObject;
17 17
18 namespace WebKit { 18 namespace WebKit {
19 class WebInputEvent; 19 class WebInputEvent;
20 struct WebCursorInfo; 20 struct WebCursorInfo;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 virtual WebPluginResourceClient* CreateResourceClient(int resource_id, 121 virtual WebPluginResourceClient* CreateResourceClient(int resource_id,
122 const GURL& url, 122 const GURL& url,
123 bool notify_needed, 123 bool notify_needed,
124 intptr_t notify_data, 124 intptr_t notify_data,
125 intptr_t stream) = 0; 125 intptr_t stream) = 0;
126 }; 126 };
127 127
128 } // namespace webkit_glue 128 } // namespace webkit_glue
129 129
130 #endif // WEBKIT_GLUE_WEBPLUGIN_DELEGATE_H_ 130 #endif // WEBKIT_GLUE_WEBPLUGIN_DELEGATE_H_
OLDNEW
« no previous file with comments | « webkit/glue/webplugin.h ('k') | webkit/glue/webplugin_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698