Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2011 01:52:37 +0300
From:      Ruslan Bukin <br@bsdpad.com>
To:        Rene Ladan <rene@freebsd.org>
Cc:        freebsd-chromium@freebsd.org
Subject:   Re: port status
Message-ID:  <20110319225237.GA76874@bsdjail.com>
In-Reply-To: <20110319220816.GA76035@bsdjail.com>
References:  <20110319080123.GA54562@bsdjail.com> <4D8506E0.4030509@freebsd.org> <20110319194312.GA72850@bsdjail.com> <4D85115E.7090109@freebsd.org> <20110319205005.GA74152@bsdjail.com> <20110319205920.GA74370@bsdjail.com> <4D8520C1.2070600@freebsd.org> <20110319213457.GA75249@bsdjail.com> <20110319220816.GA76035@bsdjail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110319225237.GA76874>