Nice fixes in most places. A few questions... http://codereview.appspot.com/63189/diff/1/2 File include/views/SkWidgetViews.h (right): http://codereview.appspot.com/63189/diff/1/2#newcode108 Line 108: ...
15 years, 6 months ago
(2009-06-05 08:21:12 UTC)
#2
Hey Mike, You were right, my SK_BUILD_FOR_SDL was getting lost. Updated. On 2009/06/09 12:27:03, deanm ...
15 years, 6 months ago
(2009-06-10 13:11:50 UTC)
#4
Hey Mike,
You were right, my SK_BUILD_FOR_SDL was getting lost. Updated.
On 2009/06/09 12:27:03, deanm wrote:
> http://codereview.appspot.com/63189/diff/1/2
> File include/views/SkWidgetViews.h (right):
>
> http://codereview.appspot.com/63189/diff/1/2#newcode108
> Line 108: protected:
> On 2009/06/05 08:21:12, reed wrote:
> > Why do these INHERITED declarations need to be protected, instead of
private?
>
> They were accessed from a subclass somewhere. I'll check again exactly where.
>
> http://codereview.appspot.com/63189/diff/1/4
> File samplecode/SampleApp.cpp (right):
>
> http://codereview.appspot.com/63189/diff/1/4#newcode11
> Line 11: #include "SkOSWindow_SDL.h"
> I'll double check why I did this. I agree with what you're saying.
>
> On 2009/06/05 08:21:12, reed wrote:
> > Why is this include needed? Doesn't this make the .cpp file less portable
> > between different platforms?
>
> http://codereview.appspot.com/63189/diff/1/10
> File xcode/sampleapp_sdl/skia_sdl_main.cpp (right):
>
> http://codereview.appspot.com/63189/diff/1/10#newcode17
> Line 17: #include "SkOSWindow_SDL.h"
> SkOSWindow is used below, and we need the definition.
>
> On 2009/06/05 08:21:12, reed wrote:
> > Same question here as in SampleApp.cpp, why the need to pull in that header
> > directly?
Issue 63189: Some Linux / 64-bit compile fixes.
(Closed)
Created 15 years, 6 months ago by deanm
Modified 15 years, 4 months ago
Reviewers: reed
Base URL:
Comments: 6