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

Unified Diff: public/platform/WebCompositingReasons.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/WebCommon.h ('k') | public/platform/WebCompositorOutputSurface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCompositingReasons.h
diff --git a/public/platform/WebCompositingReasons.h b/public/platform/WebCompositingReasons.h
index 9b7b8a272e028c18bead3fb2c08bcfccdcc17465..03ae0be6ea80d3cf540046e9f4dedf9cddcd316f 100644
--- a/public/platform/WebCompositingReasons.h
+++ b/public/platform/WebCompositingReasons.h
@@ -34,7 +34,7 @@
#include "WebCommon.h"
#include <stdint.h>
-namespace WebKit {
+namespace blink {
// This is a clone of CompositingReasons in RenderLayer.h.
const uint64_t CompositingReasonUnknown = 0;
@@ -74,6 +74,6 @@ const uint64_t CompositingReasonOutOfFlowClipping = static_
typedef uint64_t WebCompositingReasons;
-} // namespace WebKit
+} // namespace blink
#endif // WebCompositingReasons_h
« no previous file with comments | « public/platform/WebCommon.h ('k') | public/platform/WebCompositorOutputSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698