Changeset 273272 in webkit


Ignore:
Timestamp:
Feb 22, 2021 1:09:27 PM (3 years ago)
Author:
Peng Liu
Message:

Video elements do not work as sources for TexImage2D calls in GPU Process
https://bugs.webkit.org/show_bug.cgi?id=218184

Reviewed by Eric Carlson.

A follow-up patch of r273213 to fix build failures on the windows port.

  • platform/graphics/MediaPlayer.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r273264 r273272  
     12021-02-22  Peng Liu  <peng.liu6@apple.com>
     2
     3        Video elements do not work as sources for TexImage2D calls in GPU Process
     4        https://bugs.webkit.org/show_bug.cgi?id=218184
     5
     6        Reviewed by Eric Carlson.
     7
     8        A follow-up patch of r273213 to fix build failures on the windows port.
     9
     10        * platform/graphics/MediaPlayer.h:
     11
    1122021-02-22  Sergio Villar Senin  <svillar@igalia.com>
    213
  • trunk/Source/WebCore/platform/graphics/MediaPlayer.h

    r273213 r273272  
    6363OBJC_CLASS NSArray;
    6464
    65 #if ENABLE(WEBGL) && USE(AVFOUNDATION)
     65#if USE(AVFOUNDATION)
    6666typedef struct __CVBuffer* CVPixelBufferRef;
    6767#endif
Note: See TracChangeset for help on using the changeset viewer.