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

Unified Diff: Source/web/x11/WebScreenInfoFactory.cpp

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/tests/WebViewTest.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/x11/WebScreenInfoFactory.cpp
diff --git a/Source/web/x11/WebScreenInfoFactory.cpp b/Source/web/x11/WebScreenInfoFactory.cpp
index e305d0c6bdd6e2b9eda7bca824b830b97fbab228..3eb3a7b0abda2e411a0631d2db4a1865c938b41b 100644
--- a/Source/web/x11/WebScreenInfoFactory.cpp
+++ b/Source/web/x11/WebScreenInfoFactory.cpp
@@ -34,7 +34,7 @@
#include "WebScreenInfo.h"
#include <X11/Xlib.h>
-namespace WebKit {
+namespace blink {
// FIXME: Take an X window and use XRandR to find the dimensions of the monitor
// that it's on (probably using XRRGetScreenInfo() and XRRConfigSizes() from
@@ -66,4 +66,4 @@ WebScreenInfo WebScreenInfoFactory::screenInfo(Display* display, int screenNumbe
return results;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698