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

Unified Diff: public/platform/WebMediaStreamSource.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/platform/WebMediaStream.h ('k') | public/platform/WebMediaStreamTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaStreamSource.h
diff --git a/public/platform/WebMediaStreamSource.h b/public/platform/WebMediaStreamSource.h
index 4ad27c13e4df8b9eb4737fe5e0c8e806f3580bef..9d8b2d30b96f5d94e910cdaa14690580a00bda7f 100644
--- a/public/platform/WebMediaStreamSource.h
+++ b/public/platform/WebMediaStreamSource.h
@@ -36,7 +36,7 @@
#include "WebPrivatePtr.h"
#include "WebVector.h"
-namespace WebCore {
+namespace blink {
class MediaStreamSource;
}
@@ -55,11 +55,11 @@ public:
BLINK_PLATFORM_EXPORT WebMediaStreamSource owner();
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT void setOwner(WebCore::MediaStreamSource*);
+ BLINK_PLATFORM_EXPORT void setOwner(blink::MediaStreamSource*);
#endif
private:
- WebCore::MediaStreamSource* m_owner;
+ blink::MediaStreamSource* m_owner;
};
enum Type {
@@ -113,14 +113,14 @@ public:
BLINK_PLATFORM_EXPORT bool removeAudioConsumer(WebAudioDestinationConsumer*);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebMediaStreamSource(const WTF::PassRefPtr<WebCore::MediaStreamSource>&);
- BLINK_PLATFORM_EXPORT WebMediaStreamSource& operator=(WebCore::MediaStreamSource*);
- BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<WebCore::MediaStreamSource>() const;
- BLINK_PLATFORM_EXPORT operator WebCore::MediaStreamSource*() const;
+ BLINK_PLATFORM_EXPORT WebMediaStreamSource(const WTF::PassRefPtr<blink::MediaStreamSource>&);
+ BLINK_PLATFORM_EXPORT WebMediaStreamSource& operator=(blink::MediaStreamSource*);
+ BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<blink::MediaStreamSource>() const;
+ BLINK_PLATFORM_EXPORT operator blink::MediaStreamSource*() const;
#endif
private:
- WebPrivatePtr<WebCore::MediaStreamSource> m_private;
+ WebPrivatePtr<blink::MediaStreamSource> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebMediaStream.h ('k') | public/platform/WebMediaStreamTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698