port status

Ruslan Bukin br at bsdpad.com
Sat Mar 19 22:52:39 UTC 2011


>   CXX(target) out/Release/obj.target/webcore_platform/third_party/WebKit/Source/WebCore/platform/chromium/ScrollbarThemeChromiumLinux.o
> third_party/WebKit/Source/WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp: In member function 'virtual int WebCore::ScrollbarThemeChromiumLinux::scrollbarThickness(WebCore::ScrollbarControlSize)':
> third_party/WebKit/Source/WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp:49: error: 'getThemePartSize' is not a member of 'WebCore::PlatformBridge'
> [..]

--- ./third_party/WebKit/Source/WebCore/platform/chromium/PlatformBridge.h	2011-03-17 11:42:26.000000000 +0300
+++ ./third_party/WebKit/Source/WebCore/platform/chromium/PlatformBridge.h	2011-03-20 01:30:56.000000000 +0300
@@ -264,7 +264,7 @@
         GraphicsContext*, int part, int state, int classicState, const IntRect&);
     static void paintProgressBar(
         GraphicsContext*, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds);
-#elif OS(LINUX)
+#elif OS(LINUX) || OS(FREEBSD)
     // The UI part which is being accessed.
     enum ThemePart {
         // ScrollbarTheme parts

-Ruslan


More information about the freebsd-chromium mailing list