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

Side by Side Diff: third_party/WebKit/Source/core/plugins/PluginView.h

Issue 2818083002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of core/. (Closed)
Patch Set: Rebase. Created 3 years, 8 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2010 Apple Inc. All rights reserved.
3 * Copyright (C) 2013 Google Inc. All rights reserved. 3 * Copyright (C) 2013 Google Inc. All rights reserved.
4 * Copyright (C) 2014 Opera Software ASA. All rights reserved. 4 * Copyright (C) 2014 Opera Software ASA. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 7 * modification, are permitted provided that the following conditions
8 * are met: 8 * are met:
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. 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 13 matching lines...) Expand all
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
25 * DAMAGE. 25 * DAMAGE.
26 */ 26 */
27 27
28 #ifndef PluginView_h 28 #ifndef PluginView_h
29 #define PluginView_h 29 #define PluginView_h
30 30
31 #include "core/CoreExport.h" 31 #include "core/CoreExport.h"
32 #include "platform/FrameViewBase.h" 32 #include "platform/FrameViewBase.h"
33 #include "platform/scroll/ScrollTypes.h" 33 #include "platform/scroll/ScrollTypes.h"
34 #include "platform/wtf/text/WTFString.h"
34 #include "public/platform/WebFocusType.h" 35 #include "public/platform/WebFocusType.h"
35 #include "v8/include/v8.h" 36 #include "v8/include/v8.h"
36 #include "wtf/text/WTFString.h"
37 37
38 namespace blink { 38 namespace blink {
39 class WebLayer; 39 class WebLayer;
40 } 40 }
41 41
42 namespace blink { 42 namespace blink {
43 43
44 class ResourceResponse; 44 class ResourceResponse;
45 45
46 class CORE_EXPORT PluginView : public FrameViewBase { 46 class CORE_EXPORT PluginView : public FrameViewBase {
(...skipping 22 matching lines...) Expand all
69 69
70 DEFINE_TYPE_CASTS(PluginView, 70 DEFINE_TYPE_CASTS(PluginView,
71 FrameViewBase, 71 FrameViewBase,
72 frameViewBase, 72 frameViewBase,
73 frameViewBase->IsPluginView(), 73 frameViewBase->IsPluginView(),
74 frameViewBase.IsPluginView()); 74 frameViewBase.IsPluginView());
75 75
76 } // namespace blink 76 } // namespace blink
77 77
78 #endif // PluginView_h 78 #endif // PluginView_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/DEPS ('k') | third_party/WebKit/Source/core/streams/ReadableStreamController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698