| Index: chrome/renderer/renderer_webkitclient_impl.h
|
| ===================================================================
|
| --- chrome/renderer/renderer_webkitclient_impl.h (revision 25977)
|
| +++ chrome/renderer/renderer_webkitclient_impl.h (working copy)
|
| @@ -12,7 +12,7 @@
|
|
|
| #if defined(OS_WIN)
|
| #include "webkit/api/public/win/WebSandboxSupport.h"
|
| -#elif defined(OS_LINUX)
|
| +#elif defined(USE_X11)
|
| #include <string>
|
| #include <map>
|
| #include "base/lock.h"
|
| @@ -67,7 +67,7 @@
|
| public:
|
| virtual bool ensureFontLoaded(HFONT);
|
| };
|
| -#elif defined(OS_LINUX)
|
| +#elif defined(USE_X11)
|
| class SandboxSupport : public WebKit::WebSandboxSupport {
|
| public:
|
| virtual WebKit::WebString getFontFamilyForCharacters(
|
|
|