⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 280962 in webkit


Ignore:
Timestamp:
Aug 12, 2021, 6:01:27 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

ANGLE Cocoa compiles contents of ContextEAGL on mac
https://bugs.webkit.org/show_bug.cgi?id=228987

Patch by Kimmo Kinnunen <kkinnunen@apple.com> on 2021-08-12
Reviewed by Kenneth Russell.

Add include guards that are consistent with other EAGL files.

  • src/libANGLE/renderer/gl/eagl/ContextEAGL.cpp:
Location:
trunk/Source/ThirdParty/ANGLE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r280959 r280962  
     12021-08-12  Kimmo Kinnunen  <kkinnunen@apple.com>
     2
     3        ANGLE Cocoa compiles contents of ContextEAGL on mac
     4        https://bugs.webkit.org/show_bug.cgi?id=228987
     5
     6        Reviewed by Kenneth Russell.
     7
     8        Add include guards that are consistent with other EAGL files.
     9
     10        * src/libANGLE/renderer/gl/eagl/ContextEAGL.cpp:
     11
    1122021-08-12  Kimmo Kinnunen  <kkinnunen@apple.com>
    213
  • trunk/Source/ThirdParty/ANGLE/src/libANGLE/renderer/gl/eagl/ContextEAGL.cpp

    r270351 r280962  
    88//   iOS-specific subclass of ContextGL.
    99//
     10
     11#import "common/platform.h"
     12
     13#if defined(ANGLE_ENABLE_EAGL)
    1014
    1115#include "libANGLE/renderer/gl/eagl/ContextEAGL.h"
     
    2529
    2630}  // namespace rx
     31
     32#endif  // defined(ANGLE_ENABLE_EAGL)
Note: See TracChangeset for help on using the changeset viewer.