[Webkit-unassigned] [Bug 111919] Coordinated Graphics: Unify messages related object's lifecycles into CoordinatedGraphicsState.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 03:03:49 PDT 2013


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


Noam Rosenthal <noam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #203777|review?                     |review-
               Flag|                            |




--- Comment #15 from Noam Rosenthal <noam at webkit.org>  2013-06-05 03:02:22 PST ---
(From update of attachment 203777)
View in context: https://bugs.webkit.org/attachment.cgi?id=203777&action=review

Great! but has a couple of unrelated changes

> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp:118
> -    // If sending the message fails, try again in the next update.
> -    bool success = m_coordinator->updateImageBacking(id(), m_surface);
> -    m_isDirty = !success;
> +    m_coordinator->updateImageBacking(id(), m_surface);
> +    m_isDirty = false;

This seems unrelated

> Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:402
> +    size_t index = m_state.layersToCreate.find(layer->id());
> +    if (index != notFound) {
> +        m_state.layersToCreate.remove(index);
> +        return;
> +    }
> +
> +    m_state.layersToRemove.append(layer->id());

This seems unrelated as well

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