Title: [254685] trunk/Source/WebCore
- Revision
- 254685
- Author
- [email protected]
- Date
- 2020-01-16 08:27:05 -0800 (Thu, 16 Jan 2020)
Log Message
[Texmap] Remove unused private variable
https://bugs.webkit.org/show_bug.cgi?id=206230
Patch by Víctor Manuel Jáquez Leal <[email protected]> on 2020-01-16
Reviewed by David Kilzer.
Remove m_textureID, an unused private variable.
No functional changes.
* platform/graphics/texmap/TextureMapperPlatformLayerBuffer.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (254684 => 254685)
--- trunk/Source/WebCore/ChangeLog 2020-01-16 16:14:13 UTC (rev 254684)
+++ trunk/Source/WebCore/ChangeLog 2020-01-16 16:27:05 UTC (rev 254685)
@@ -1,3 +1,16 @@
+2020-01-16 Víctor Manuel Jáquez Leal <[email protected]>
+
+ [Texmap] Remove unused private variable
+ https://bugs.webkit.org/show_bug.cgi?id=206230
+
+ Reviewed by David Kilzer.
+
+ Remove m_textureID, an unused private variable.
+
+ No functional changes.
+
+ * platform/graphics/texmap/TextureMapperPlatformLayerBuffer.h:
+
2020-01-16 Thibault Saunier <[email protected]>
[GStreamer] Several buffering fixes
Modified: trunk/Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerBuffer.h (254684 => 254685)
--- trunk/Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerBuffer.h 2020-01-16 16:14:13 UTC (rev 254684)
+++ trunk/Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerBuffer.h 2020-01-16 16:27:05 UTC (rev 254685)
@@ -102,7 +102,6 @@
MonotonicTime m_timeLastUsed;
TextureVariant m_variant;
- GLuint m_textureID;
IntSize m_size;
GLint m_internalFormat;
TextureMapperGL::Flags m_extraFlags;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes