[Webkit-unassigned] [Bug 134301] Implement parsing for CSS scroll snap points

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 23 10:03:48 PDT 2014


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





--- Comment #44 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-07-23 10:03:55 PST ---
(In reply to comment #43)
> (From update of attachment 235341 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=235341&action=review
> 
> > Source/WebCore/WebCore.xcodeproj/project.pbxproj:6252
> > +		F47A5E3E195B8C8A00483100 /* StyleScrollSnapPoints.h in Headers */ = {isa = PBXBuildFile; fileRef = F47A5E3B195B8C8A00483100 /* StyleScrollSnapPoints.h */; settings = {ATTRIBUTES = (Private, ); }; };
> 
> I tried making this Project, but (as with before) it broke when attempting to compile WebKitLegacy. Maybe there's something else I need to avoid making this Private?

It's because RenderStyle.h includes it, which I don't think you can easily avoid. It's OK to make it Private.

-- 
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