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

Side by Side Diff: third_party/WebKit/public/web/WebPluginContainer.h

Issue 2542203004: blink: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2014 Opera Software ASA. All rights reserved. 3 * Copyright (C) 2014 Opera Software ASA. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 17 matching lines...) Expand all
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */ 30 */
31 31
32 #ifndef WebPluginContainer_h 32 #ifndef WebPluginContainer_h
33 #define WebPluginContainer_h 33 #define WebPluginContainer_h
34 34
35 #include "../platform/WebCommon.h" 35 #include "../platform/WebCommon.h"
36 #include <v8.h> 36 #include <v8.h>
37 37
38 struct NPObject;
39
40 namespace blink { 38 namespace blink {
41 39
42 class WebDocument; 40 class WebDocument;
43 class WebElement; 41 class WebElement;
44 class WebPlugin; 42 class WebPlugin;
45 class WebString; 43 class WebString;
46 class WebURL; 44 class WebURL;
47 class WebURLRequest; 45 class WebURLRequest;
48 class WebLayer; 46 class WebLayer;
49 class WebDOMMessageEvent; 47 class WebDOMMessageEvent;
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 virtual bool isFullscreenElement() const = 0; 143 virtual bool isFullscreenElement() const = 0;
146 virtual void cancelFullscreen() = 0; 144 virtual void cancelFullscreen() = 0;
147 145
148 protected: 146 protected:
149 ~WebPluginContainer() {} 147 ~WebPluginContainer() {}
150 }; 148 };
151 149
152 } // namespace blink 150 } // namespace blink
153 151
154 #endif 152 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebLabelElement.h ('k') | third_party/WebKit/public/web/WebRange.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698