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

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

Issue 1832263002: Remove WGC3D typedefs and move WebGraphicsInfo to Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: webgraphicsinfo: rebase Created 4 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 // 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 blink::WebCanvasCaptureHandler* createCanvasCaptureHandler( 164 blink::WebCanvasCaptureHandler* createCanvasCaptureHandler(
165 const blink::WebSize& size, 165 const blink::WebSize& size,
166 double frame_rate, 166 double frame_rate,
167 blink::WebMediaStreamTrack* track) override; 167 blink::WebMediaStreamTrack* track) override;
168 void createHTMLVideoElementCapturer( 168 void createHTMLVideoElementCapturer(
169 blink::WebMediaStream* web_media_stream, 169 blink::WebMediaStream* web_media_stream,
170 blink::WebMediaPlayer* web_media_player) override; 170 blink::WebMediaPlayer* web_media_player) override;
171 blink::WebGraphicsContext3DProvider* createOffscreenGraphicsContext3DProvider( 171 blink::WebGraphicsContext3DProvider* createOffscreenGraphicsContext3DProvider(
172 const blink::WebGraphicsContext3D::Attributes& attributes, 172 const blink::WebGraphicsContext3D::Attributes& attributes,
173 blink::WebGraphicsContext3DProvider* share_provider, 173 blink::WebGraphicsContext3DProvider* share_provider,
174 blink::WebGraphicsContext3D::WebGraphicsInfo* gl_info) override; 174 blink::Platform::GraphicsInfo* gl_info) override;
175 blink::WebGraphicsContext3DProvider* 175 blink::WebGraphicsContext3DProvider*
176 createSharedOffscreenGraphicsContext3DProvider() override; 176 createSharedOffscreenGraphicsContext3DProvider() override;
177 blink::WebCompositorSupport* compositorSupport() override; 177 blink::WebCompositorSupport* compositorSupport() override;
178 blink::WebString convertIDNToUnicode( 178 blink::WebString convertIDNToUnicode(
179 const blink::WebString& host, 179 const blink::WebString& host,
180 const blink::WebString& languages) override; 180 const blink::WebString& languages) override;
181 void connectToRemoteService(const char* name, 181 void connectToRemoteService(const char* name,
182 mojo::ScopedMessagePipeHandle handle) override; 182 mojo::ScopedMessagePipeHandle handle) override;
183 void startListening(blink::WebPlatformEventType, 183 void startListening(blink::WebPlatformEventType,
184 blink::WebPlatformEventListener*) override; 184 blink::WebPlatformEventListener*) override;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 WebTrialTokenValidatorImpl trial_token_validator_; 298 WebTrialTokenValidatorImpl trial_token_validator_;
299 299
300 scoped_ptr<LocalStorageCachedAreas> local_storage_cached_areas_; 300 scoped_ptr<LocalStorageCachedAreas> local_storage_cached_areas_;
301 301
302 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl); 302 DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl);
303 }; 303 };
304 304
305 } // namespace content 305 } // namespace content
306 306
307 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_ 307 #endif // CONTENT_RENDERER_RENDERER_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/render_widget_fullscreen_pepper.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698