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

Unified Diff: public/platform/WebExternalBitmap.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 | « public/platform/WebDragData.h ('k') | public/platform/WebExternalTextureLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebExternalBitmap.h
diff --git a/public/platform/WebExternalBitmap.h b/public/platform/WebExternalBitmap.h
index 147081532b0f71d13f61d862d7df172890f8486a..25d0a2ed467f66df612f90939a110de03632940e 100644
--- a/public/platform/WebExternalBitmap.h
+++ b/public/platform/WebExternalBitmap.h
@@ -33,7 +33,7 @@
#include "WebSize.h"
-namespace WebKit {
+namespace blink {
class WebExternalBitmap {
public:
@@ -49,6 +49,6 @@ public:
virtual uint8* pixels() = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebExternalBitmap_h
« no previous file with comments | « public/platform/WebDragData.h ('k') | public/platform/WebExternalTextureLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698