[TexMap] Separate classes per file in TextureMapperBackingStore.h
Created attachment 187386 [details] Patch
Created attachment 187403 [details] Patch
Comment on attachment 187403 [details] Patch Attachment 187403 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://queues.webkit.org/results/16465413 New failing tests: compositing/checkerboard.html accessibility/anchor-linked-anonymous-block-crash.html compositing/absolute-inside-out-of-view-fixed.html animations/3d/matrix-transform-type-animation.html http/tests/cache/cancel-multiple-post-xhrs.html animations/3d/state-at-end-event-transform.html animations/animation-add-events-in-handler.html animations/additive-transform-animations.html animations/3d/replace-filling-transform.html http/tests/cache/history-only-cached-subresource-loads.html compositing/bounds-in-flipped-writing-mode.html accessibility/accessibility-node-reparent.html animations/animation-border-overflow.html accessibility/accessibility-object-detached.html accessibility/anonymous-render-block-in-continuation-causes-crash.html animations/animation-controller-drt-api.html compositing/absolute-position-changed-with-composited-parent-layer.html compositing/absolute-position-changed-in-composited-layer.html http/tests/cache/iframe-304-crash.html animations/3d/transform-perspective.html http/tests/cache/cancel-during-failure-crash.html canvas/philip/tests/2d.canvas.reference.html canvas/philip/tests/2d.clearRect+fillRect.alpha0.5.html canvas/philip/tests/2d.clearRect.basic.html animations/3d/transform-origin-vs-functions.html accessibility/accessibility-node-memory-management.html animations/animation-css-rule-types.html canvas/philip/tests/2d.clearRect+fillRect.basic.html canvas/philip/tests/2d.clearRect+fillRect.alpha0.html
Comment on attachment 187403 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187403&action=review I'm pretty sure the EWS redness has nothing to do with the patch. Please make sure before submitting. > Source/WebCore/ChangeLog:10 > + TextureMapperTile which was quite confusing. Now each one has its own header. ... and its own source file. > Source/WebCore/ChangeLog:12 > + No new tests needed, just refactor. refactoring only.
Committed r142366: <http://trac.webkit.org/changeset/142366>