[Webkit-unassigned] [Bug 68862] [chromium] Allow building webkit for linux without GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 08:33:07 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68862


sadrul at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108783|0                           |1
        is obsolete|                            |
 Attachment #108783|review?                     |
               Flag|                            |
 Attachment #108851|                            |review?
               Flag|                            |




--- Comment #4 from sadrul at chromium.org  2011-09-27 08:33:06 PST ---
Created an attachment (id=108851)
 --> (https://bugs.webkit.org/attachment.cgi?id=108851&action=review)
fixed style

The following patch is required for chromium:


diff --git a/content/browser/renderer_host/render_sandbox_host_linux.cc b/content/browser/renderer_host/render_sandbox_host_linux.cc
index 3363a3b..0ce5d88 100644
--- a/content/browser/renderer_host/render_sandbox_host_linux.cc
+++ b/content/browser/renderer_host/render_sandbox_host_linux.cc
@@ -32,7 +32,7 @@
 #include "skia/ext/SkFontHost_fontconfig_direct.h"
 #include "third_party/npapi/bindings/npapi_extensions.h"
 #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/gtk/WebFontInfo.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/linux/WebFontInfo.h"
 #include "webkit/glue/webkitplatformsupport_impl.h"

 using WebKit::WebCString;


Is this something I need to coordinate with the gardener, or is there some other way?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list