[webkit-reviews] review requested: [Bug 68862] [chromium] Allow building webkit for linux without GTK : [Attachment 108851] fixed style

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


sadrul at chromium.org has asked  for review:
Bug 68862: [chromium] Allow building webkit for linux without GTK
https://bugs.webkit.org/show_bug.cgi?id=68862

Attachment 108851: fixed style
https://bugs.webkit.org/attachment.cgi?id=108851&action=review

------- Additional Comments from sadrul at chromium.org
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?


More information about the webkit-reviews mailing list