| 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
|
|
|