Changeset 254685 in webkit


Ignore:
Timestamp:
Jan 16, 2020 8:27:05 AM (4 years ago)
Author:
Philippe Normand
Message:

[Texmap] Remove unused private variable
https://bugs.webkit.org/show_bug.cgi?id=206230

Patch by Víctor Manuel Jáquez Leal <vjaquez@igalia.com> on 2020-01-16
Reviewed by David Kilzer.

Remove m_textureID, an unused private variable.

No functional changes.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r254684 r254685  
     12020-01-16  Víctor Manuel Jáquez Leal  <vjaquez@igalia.com>
     2
     3        [Texmap] Remove unused private variable
     4        https://bugs.webkit.org/show_bug.cgi?id=206230
     5
     6        Reviewed by David Kilzer.
     7
     8        Remove m_textureID, an unused private variable.
     9
     10        No functional changes.
     11
     12        * platform/graphics/texmap/TextureMapperPlatformLayerBuffer.h:
     13
    1142020-01-16  Thibault Saunier  <tsaunier@igalia.com>
    215
  • trunk/Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerBuffer.h

    r249474 r254685  
    103103
    104104    TextureVariant m_variant;
    105     GLuint m_textureID;
    106105    IntSize m_size;
    107106    GLint m_internalFormat;
Note: See TracChangeset for help on using the changeset viewer.