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

Unified Diff: Source/platform/HostWindow.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/platform/FileMetadata.cpp ('k') | Source/platform/Language.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/HostWindow.h
diff --git a/Source/platform/HostWindow.h b/Source/platform/HostWindow.h
index 77319ba2a612b14f5ac0c385fff71f5b671571a3..a2d64c63b8f0b20e99b9ebe495eff92820d93139 100644
--- a/Source/platform/HostWindow.h
+++ b/Source/platform/HostWindow.h
@@ -29,7 +29,7 @@
#include "wtf/FastAllocBase.h"
#include "wtf/Noncopyable.h"
-namespace WebKit {
+namespace blink {
struct WebScreenInfo;
}
@@ -58,7 +58,7 @@ public:
virtual IntPoint screenToRootView(const IntPoint&) const = 0;
virtual IntRect rootViewToScreen(const IntRect&) const = 0;
- virtual WebKit::WebScreenInfo screenInfo() const = 0;
+ virtual blink::WebScreenInfo screenInfo() const = 0;
virtual void scheduleAnimation() = 0;
};
« no previous file with comments | « Source/platform/FileMetadata.cpp ('k') | Source/platform/Language.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698