Changeset 223711 in webkit


Ignore:
Timestamp:
Oct 19, 2017 2:15:34 PM (7 years ago)
Author:
dino@apple.com
Message:

Avoid duplicate multisample resolve before WebGL compositing
https://bugs.webkit.org/show_bug.cgi?id=178537
<rdar://problem/35080724>

Fix iOS build.

  • platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:

(WebCore::GraphicsContext3D::paintRenderingResultsToCanvas):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r223708 r223711  
    3434        Otherwise, even though canPaste was false and we wouldn't do a default paste action,
    3535        we would still dispatch the paste event to the DOM.
     36
     372017-10-19  Dean Jackson  <dino@apple.com>
     38
     39        Avoid duplicate multisample resolve before WebGL compositing
     40        https://bugs.webkit.org/show_bug.cgi?id=178537
     41        <rdar://problem/35080724>
     42
     43        Fix iOS build.
     44
     45        * platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:
     46        (WebCore::GraphicsContext3D::paintRenderingResultsToCanvas):
    3647
    37482017-10-19  Dean Jackson  <dino@apple.com>
  • trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp

    r223476 r223711  
    199199
    200200#if PLATFORM(IOS)
    201     endPaint();
     201    presentRenderbuffer();
    202202#endif
    203203}
Note: See TracChangeset for help on using the changeset viewer.