Changeset 248749 in webkit


Ignore:
Timestamp:
Aug 15, 2019 3:15:29 PM (5 years ago)
Author:
Justin Fan
Message:

Unreviewed suggested patch follow-up to https://bugs.webkit.org/show_bug.cgi?id=200740.

  • platform/graphics/gpu/GPURequestAdapterOptions.h:

(): Deleted.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r248748 r248749  
     12019-08-15  Justin Fan  <justin_fan@apple.com>
     2
     3        Unreviewed suggested patch follow-up to https://bugs.webkit.org/show_bug.cgi?id=200740.
     4
     5        * platform/graphics/gpu/GPURequestAdapterOptions.h:
     6        (): Deleted.
     7
    182019-08-15  Brent Fulgham  <bfulgham@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/gpu/GPURequestAdapterOptions.h

    r248704 r248749  
    3838
    3939struct GPURequestAdapterOptions {
    40     Optional<GPUPowerPreference> powerPreference { GPUPowerPreference::LowPower };
     40    Optional<GPUPowerPreference> powerPreference;
    4141};
    4242   
Note: See TracChangeset for help on using the changeset viewer.