Changeset 83935 in webkit


Ignore:
Timestamp:
Apr 14, 2011 8:08:44 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-14 Brian Salomon <bsalomon@google.com>

Reviewed by Kenneth Russell.

In skia platform call SkBitmap::notifyPixelsChanged on WebGL readback
https://bugs.webkit.org/show_bug.cgi?id=58543

No new tests. Tested by fast/canvas/webgl/canvas-test.html

  • src/GraphicsContext3DChromium.cpp: (WebCore::GraphicsContext3DInternal::paintRenderingResultsToCanvas):
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r83891 r83935  
     12011-04-14  Brian Salomon  <bsalomon@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        In skia platform call SkBitmap::notifyPixelsChanged on WebGL readback
     6        https://bugs.webkit.org/show_bug.cgi?id=58543
     7
     8        No new tests. Tested by fast/canvas/webgl/canvas-test.html
     9
     10        * src/GraphicsContext3DChromium.cpp:
     11        (WebCore::GraphicsContext3DInternal::paintRenderingResultsToCanvas):
     12
    1132011-04-14  Adrienne Walker  <enne@google.com>
    214
  • trunk/Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp

    r83762 r83935  
    231231
    232232#if USE(SKIA)
     233    readbackBitmap->notifyPixelsChanged();
    233234    if (m_resizingBitmap.readyToDraw()) {
    234235        // We need to draw the resizing bitmap into the canvas's backing store.
Note: See TracChangeset for help on using the changeset viewer.