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

Side by Side Diff: content/renderer/renderer_blink_platform_impl.h

Issue 2580693003: Decouple GamepadSharedMemory into Blink.
Patch Set: add typemapping, non-copyable 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 // 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_RENDERER_BLINK_PLATFORM_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
6 #define CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 6 #define CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 const blink::WebSecurityOrigin& security_origin) override; 151 const blink::WebSecurityOrigin& security_origin) override;
152 152
153 bool loadAudioResource(blink::WebAudioBus* destination_bus, 153 bool loadAudioResource(blink::WebAudioBus* destination_bus,
154 const char* audio_file_data, 154 const char* audio_file_data,
155 size_t data_size) override; 155 size_t data_size) override;
156 156
157 blink::WebMIDIAccessor* createMIDIAccessor( 157 blink::WebMIDIAccessor* createMIDIAccessor(
158 blink::WebMIDIAccessorClient* client) override; 158 blink::WebMIDIAccessorClient* client) override;
159 159
160 blink::WebBlobRegistry* getBlobRegistry() override; 160 blink::WebBlobRegistry* getBlobRegistry() override;
161 void sampleGamepads(blink::WebGamepads&) override;
162 blink::WebRTCPeerConnectionHandler* createRTCPeerConnectionHandler( 161 blink::WebRTCPeerConnectionHandler* createRTCPeerConnectionHandler(
163 blink::WebRTCPeerConnectionHandlerClient* client) override; 162 blink::WebRTCPeerConnectionHandlerClient* client) override;
164 blink::WebRTCCertificateGenerator* createRTCCertificateGenerator() override; 163 blink::WebRTCCertificateGenerator* createRTCCertificateGenerator() override;
165 blink::WebMediaRecorderHandler* createMediaRecorderHandler() override; 164 blink::WebMediaRecorderHandler* createMediaRecorderHandler() override;
166 blink::WebMediaStreamCenter* createMediaStreamCenter( 165 blink::WebMediaStreamCenter* createMediaStreamCenter(
167 blink::WebMediaStreamCenterClient* client) override; 166 blink::WebMediaStreamCenterClient* client) override;
168 blink::WebCanvasCaptureHandler* createCanvasCaptureHandler( 167 blink::WebCanvasCaptureHandler* createCanvasCaptureHandler(
169 const blink::WebSize& size, 168 const blink::WebSize& size,
170 double frame_rate, 169 double frame_rate,
171 blink::WebMediaStreamTrack* track) override; 170 blink::WebMediaStreamTrack* track) override;
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_; 301 std::unique_ptr<BlinkInterfaceProviderImpl> blink_interface_provider_;
303 302
304 mojom::URLLoaderFactoryAssociatedPtr url_loader_factory_; 303 mojom::URLLoaderFactoryAssociatedPtr url_loader_factory_;
305 304
306 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl); 305 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl);
307 }; 306 };
308 307
309 } // namespace content 308 } // namespace content
310 309
311 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 310 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/gamepad_shared_memory_reader.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698