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

Side by Side Diff: webkit/glue/plugins/webplugin_delegate_impl.h

Issue 20378: Reduce the amount of included header files. Vast change like in "Oh God! This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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) 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_PLUGIN_WEBPLUGIN_DELEGATE_IMPL_H_ 5 #ifndef WEBKIT_GLUE_PLUGIN_WEBPLUGIN_DELEGATE_IMPL_H_
6 #define WEBKIT_GLUE_PLUGIN_WEBPLUGIN_DELEGATE_IMPL_H_ 6 #define WEBKIT_GLUE_PLUGIN_WEBPLUGIN_DELEGATE_IMPL_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 #include <string> 10 #include <string>
11 #include <list> 11 #include <list>
12 12
13 #include "base/file_path.h" 13 #include "base/file_path.h"
14 #include "base/gfx/native_widget_types.h" 14 #include "base/gfx/native_widget_types.h"
15 #include "base/gfx/rect.h"
15 #include "base/ref_counted.h" 16 #include "base/ref_counted.h"
16 #include "base/task.h" 17 #include "base/task.h"
17 #include "third_party/npapi/bindings/npapi.h" 18 #include "third_party/npapi/bindings/npapi.h"
18 #include "webkit/glue/webplugin_delegate.h" 19 #include "webkit/glue/webplugin_delegate.h"
19 #include "webkit/glue/webcursor.h" 20 #include "webkit/glue/webcursor.h"
20 21
21 namespace NPAPI { 22 namespace NPAPI {
22 class PluginInstance; 23 class PluginInstance;
23 }; 24 };
24 25
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 262
262 // Holds the current cursor set by the windowless plugin. 263 // Holds the current cursor set by the windowless plugin.
263 WebCursor current_windowless_cursor_; 264 WebCursor current_windowless_cursor_;
264 265
265 friend class WebPluginDelegate; 266 friend class WebPluginDelegate;
266 267
267 DISALLOW_EVIL_CONSTRUCTORS(WebPluginDelegateImpl); 268 DISALLOW_EVIL_CONSTRUCTORS(WebPluginDelegateImpl);
268 }; 269 };
269 270
270 #endif // #ifndef WEBKIT_GLUE_PLUGIN_WEBPLUGIN_DELEGATE_IMPL_H_ 271 #endif // #ifndef WEBKIT_GLUE_PLUGIN_WEBPLUGIN_DELEGATE_IMPL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698