Bug 152661 - [TextureMapper] Move ClipStack into its own file
Summary: [TextureMapper] Move ClipStack into its own file
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on: 152734
Blocks:
  Show dependency treegraph
 
Reported: 2016-01-03 01:11 PST by Zan Dobersek
Modified: 2016-02-03 00:44 PST (History)
5 users (show)

See Also:


Attachments
Patch (17.90 KB, patch)
2016-01-03 01:20 PST, Zan Dobersek
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2016-01-03 01:11:27 PST
[TextureMapper] Move ClipStack into its own file
Comment 1 Zan Dobersek 2016-01-03 01:20:00 PST
Created attachment 268133 [details]
Patch
Comment 2 Michael Catanzaro 2016-01-03 17:53:25 PST
Comment on attachment 268133 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=268133&action=review

> Source/WebCore/platform/graphics/texmap/ClipStack.cpp:3
> + * Copyright (C) 2012 Igalia S.L.

2012, 2016

> Source/WebCore/platform/graphics/texmap/ClipStack.h:3
> + * Copyright (C) 2015 Igalia S.L.

2016
Comment 3 Zan Dobersek 2016-01-04 23:41:58 PST
Committed r194577: <http://trac.webkit.org/changeset/194577>
Comment 4 Ryan Haddad 2016-01-05 08:47:47 PST
This change appears to have broken the Windows build:
<https://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29/builds/74956>
Comment 5 WebKit Commit Bot 2016-01-05 09:20:17 PST
Re-opened since this is blocked by bug 152734
Comment 6 Zan Dobersek 2016-02-03 00:44:05 PST
A fix for the breakage was committed soon after being reported. Closing the bug.