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

Unified Diff: public/platform/Platform.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/web/x11/WebScreenInfoFactory.cpp ('k') | public/platform/WebAnimation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index c846f31d282fe303cac96b7892011ed4338ba9ba..a5dd0b30b704d3e70dc4b5148a3d4c110a8fda5a 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -49,7 +49,7 @@
class GrContext;
-namespace WebKit {
+namespace blink {
class WebAudioBus;
class WebBlobRegistry;
@@ -184,7 +184,7 @@ public:
virtual long long databaseGetFileSize(const WebString& vfsFileName) { return 0; }
// Returns the space available for the given origin
- virtual long long databaseGetSpaceAvailableForOrigin(const WebKit::WebString& originIdentifier) { return 0; }
+ virtual long long databaseGetSpaceAvailableForOrigin(const blink::WebString& originIdentifier) { return 0; }
// DOM Storage --------------------------------------------------
@@ -575,11 +575,11 @@ public:
// Sets a Listener to listen for device motion data updates.
// If null, the platform stops providing device motion data to the current listener.
- virtual void setDeviceMotionListener(WebKit::WebDeviceMotionListener*) { }
+ virtual void setDeviceMotionListener(blink::WebDeviceMotionListener*) { }
// Sets a Listener to listen for device orientation data updates.
// If null, the platform stops proving device orientation data to the current listener.
- virtual void setDeviceOrientationListener(WebKit::WebDeviceOrientationListener*) { }
+ virtual void setDeviceOrientationListener(blink::WebDeviceOrientationListener*) { }
// Quota -----------------------------------------------------------
@@ -600,6 +600,6 @@ protected:
virtual ~Platform() { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/x11/WebScreenInfoFactory.cpp ('k') | public/platform/WebAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698