diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 06:50:46 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 06:50:46 +0000 |
commit | 180ef24f1fd1b1ff309fc35f250336890f702f28 (patch) | |
tree | de5918896ed9780e5cf6098be329060a58f3702e /content/renderer/render_thread_impl.h | |
parent | 8d7dd7ade794c71be49c7a954c4d4b4ca1ab6c01 (diff) | |
download | chromium_src-180ef24f1fd1b1ff309fc35f250336890f702f28.zip chromium_src-180ef24f1fd1b1ff309fc35f250336890f702f28.tar.gz chromium_src-180ef24f1fd1b1ff309fc35f250336890f702f28.tar.bz2 |
Rename WebKit namespace to blink (part 3)
This CL updates all references to the WebKit namespace in content.
TBR=darin@chromium.org
BUG=295096
Review URL: https://codereview.chromium.org/63253002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/render_thread_impl.h')
-rw-r--r-- | content/renderer/render_thread_impl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h index b0c0317..7492b92 100644 --- a/content/renderer/render_thread_impl.h +++ b/content/renderer/render_thread_impl.h @@ -27,7 +27,7 @@ class GrContext; class SkBitmap; struct ViewMsg_New_Params; -namespace WebKit { +namespace blink { class WebGamepads; class WebGraphicsContext3D; class WebMediaStreamCenter; @@ -224,8 +224,8 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, // Creates the embedder implementation of WebMediaStreamCenter. // The resulting object is owned by WebKit and deleted by WebKit at tear-down. - WebKit::WebMediaStreamCenter* CreateMediaStreamCenter( - WebKit::WebMediaStreamCenterClient* client); + blink::WebMediaStreamCenter* CreateMediaStreamCenter( + blink::WebMediaStreamCenterClient* client); // Returns a factory used for creating RTC PeerConnection objects. MediaStreamDependencyFactory* GetMediaStreamDependencyFactory(); @@ -337,7 +337,7 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, const std::vector<float>& new_touchscreen); // Retrieve current gamepad data. - void SampleGamepads(WebKit::WebGamepads* data); + void SampleGamepads(blink::WebGamepads* data); // Get the browser process's notion of the renderer process's ID. // This is the first argument to RenderWidgetHost::FromID. Ideally @@ -395,7 +395,7 @@ class CONTENT_EXPORT RenderThreadImpl : public RenderThread, scoped_ptr<RendererWebKitPlatformSupportImpl> webkit_platform_support_; // Used on the render thread and deleted by WebKit at shutdown. - WebKit::WebMediaStreamCenter* media_stream_center_; + blink::WebMediaStreamCenter* media_stream_center_; // Used on the renderer and IPC threads. scoped_refptr<DBMessageFilter> db_message_filter_; |