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

Unified Diff: content/renderer/render_thread_impl.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_process_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index b0c0317334392e03d32f81d486beb590e032ad21..7492b92e4b4f36335820c844bcc071a11279b1d1 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_;
« no previous file with comments | « content/renderer/render_process_impl.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698