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

Unified Diff: Source/web/painting/ContinuousPainter.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/mac/WebScrollbarTheme.cpp ('k') | Source/web/painting/ContinuousPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/painting/ContinuousPainter.h
diff --git a/Source/web/painting/ContinuousPainter.h b/Source/web/painting/ContinuousPainter.h
index c60f3fe2e38a7c787452c6b5802861bd0f4128bc..ab423ea5b3b3147b53b626515aebc09c14807f22 100644
--- a/Source/web/painting/ContinuousPainter.h
+++ b/Source/web/painting/ContinuousPainter.h
@@ -33,7 +33,7 @@ namespace WebCore {
class GraphicsLayer;
}
-namespace WebKit {
+namespace blink {
class PageOverlayList;
// This class is responsible for calling setNeedsDisplay on all
@@ -46,6 +46,6 @@ public:
static void setNeedsDisplayRecursive(WebCore::GraphicsLayer*, PageOverlayList*);
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/mac/WebScrollbarTheme.cpp ('k') | Source/web/painting/ContinuousPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698