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

Unified Diff: public/platform/WebExternalTextureLayer.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/WebExternalBitmap.h ('k') | public/platform/WebExternalTextureLayerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebExternalTextureLayer.h
diff --git a/public/platform/WebExternalTextureLayer.h b/public/platform/WebExternalTextureLayer.h
index 6cd9e94fb94f0e77e75d2f02a2146655722a0f44..0fd05bb4228adce05f649337afca098248be0652 100644
--- a/public/platform/WebExternalTextureLayer.h
+++ b/public/platform/WebExternalTextureLayer.h
@@ -30,7 +30,7 @@
#include "WebFloatRect.h"
#include "WebLayer.h"
-namespace WebKit {
+namespace blink {
class WebExternalTextureLayerClient;
@@ -64,6 +64,6 @@ public:
virtual void setRateLimitContext(bool) = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebExternalTextureLayer_h
« no previous file with comments | « public/platform/WebExternalBitmap.h ('k') | public/platform/WebExternalTextureLayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698