RESOLVED FIXED 93062
[chromium] Move ubercomp quads back into CC
https://bugs.webkit.org/show_bug.cgi?id=93062
Summary [chromium] Move ubercomp quads back into CC
Alexandre Elias
Reported 2012-08-02 19:13:48 PDT
[chromium] Move ubercomp quads back into CC
Attachments
Patch (127.60 KB, patch)
2012-08-02 19:19 PDT, Alexandre Elias
no flags
Patch (127.01 KB, patch)
2012-08-02 19:32 PDT, Alexandre Elias
no flags
Alexandre Elias
Comment 1 2012-08-02 19:19:32 PDT
Alexandre Elias
Comment 2 2012-08-02 19:20:34 PDT
Thank goodness for regexps and regularized naming conventions :).
WebKit Review Bot
Comment 3 2012-08-02 19:23:48 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
James Robinson
Comment 4 2012-08-02 19:27:12 PDT
Comment on attachment 156239 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=156239&action=review Could you fix the .gyp and reupload for EWS? > Source/Platform/Platform.gypi:123 > - 'chromium/public/WebTransformationMatrix.h', > + 'chromium/public/WebKit::WebTransformationMatrix.h', I think your regex went a bit awry here - this probably won't work > Source/WebCore/platform/graphics/chromium/cc/CCSharedQuadState.h:36 > +class CCSharedQuadState { > +public: Can you just make this be a struct? > Source/WebCore/platform/graphics/chromium/cc/CCSharedQuadState.h:48 > + CCSharedQuadState(); Do you need this?
Alexandre Elias
Comment 5 2012-08-02 19:32:45 PDT
Created attachment 156243 [details] Patch Fixed gyp mistake and changed CCSharedQuadState
WebKit Review Bot
Comment 6 2012-08-03 09:26:15 PDT
Comment on attachment 156243 [details] Patch Clearing flags on attachment: 156243 Committed r124621: <http://trac.webkit.org/changeset/124621>
WebKit Review Bot
Comment 7 2012-08-03 09:26:20 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.