[Webkit-unassigned] [Bug 47728] Add public functions to serialize TransformOperations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 15 11:10:50 PDT 2010


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





--- Comment #1 from Noam Rosenthal <noam.rosenthal at nokia.com>  2010-10-15 11:10:49 PST ---
I'm thinking of something along the lines of

TransformOperation {
...
    virtual void getSerializableData(StringBuffer&) const;
    virtual void putSerializableData(const StringBuffer&);
};

Any comments/objections?

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