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

Side by Side Diff: content/renderer/pepper/renderer_ppapi_host_impl.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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 // 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 CONTENT_RENDERER_PEPPER_RENDERER_PPAPI_HOST_IMPL_H_ 5 #ifndef CONTENT_RENDERER_PEPPER_RENDERER_PPAPI_HOST_IMPL_H_
6 #define CONTENT_RENDERER_PEPPER_RENDERER_PPAPI_HOST_IMPL_H_ 6 #define CONTENT_RENDERER_PEPPER_RENDERER_PPAPI_HOST_IMPL_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "content/public/renderer/renderer_ppapi_host.h" 11 #include "content/public/renderer/renderer_ppapi_host.h"
12 #include "content/renderer/pepper/content_renderer_pepper_host_factory.h" 12 #include "content/renderer/pepper/content_renderer_pepper_host_factory.h"
13 #include "ppapi/host/ppapi_host.h" 13 #include "ppapi/host/ppapi_host.h"
14 14
15 namespace IPC {
16 class Sender;
17 }
18
19 namespace ppapi { 15 namespace ppapi {
20 16
21 namespace proxy { 17 namespace proxy {
22 class HostDispatcher; 18 class HostDispatcher;
23 } 19 }
24 20
25 namespace thunk { 21 namespace thunk {
26 class ResourceCreationAPI; 22 class ResourceCreationAPI;
27 } 23 }
28 24
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 139
144 // The scale between the viewport and dip. 140 // The scale between the viewport and dip.
145 float viewport_to_dip_scale_ = 1.0f; 141 float viewport_to_dip_scale_ = 1.0f;
146 142
147 DISALLOW_COPY_AND_ASSIGN(RendererPpapiHostImpl); 143 DISALLOW_COPY_AND_ASSIGN(RendererPpapiHostImpl);
148 }; 144 };
149 145
150 } // namespace content 146 } // namespace content
151 147
152 #endif // CONTENT_RENDERER_PEPPER_RENDERER_PPAPI_HOST_IMPL_H_ 148 #endif // CONTENT_RENDERER_PEPPER_RENDERER_PPAPI_HOST_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/pepper/ppb_video_decoder_impl.h ('k') | content/renderer/pepper/resource_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698