Title: [231754] trunk/Source/WebCore
Revision
231754
Author
zandober...@gmail.com
Date
2018-05-14 05:57:56 -0700 (Mon, 14 May 2018)

Log Message

Drop the m_compositorTexture member variable in TextureMapperGC3DPlatformLayer.
It's not used at all inside the class or outside it.

Rubber-stamped by Michael Catanzaro.

* platform/graphics/texmap/TextureMapperGC3DPlatformLayer.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (231753 => 231754)


--- trunk/Source/WebCore/ChangeLog	2018-05-14 12:52:25 UTC (rev 231753)
+++ trunk/Source/WebCore/ChangeLog	2018-05-14 12:57:56 UTC (rev 231754)
@@ -1,5 +1,14 @@
 2018-05-14  Zan Dobersek  <zdober...@igalia.com>
 
+        Drop the m_compositorTexture member variable in TextureMapperGC3DPlatformLayer.
+        It's not used at all inside the class or outside it.
+
+        Rubber-stamped by Michael Catanzaro.
+
+        * platform/graphics/texmap/TextureMapperGC3DPlatformLayer.h:
+
+2018-05-14  Zan Dobersek  <zdober...@igalia.com>
+
         [GTK] REGRESSION(r231170) Build broken with Clang 5.0
         https://bugs.webkit.org/show_bug.cgi?id=185198
 

Modified: trunk/Source/WebCore/platform/graphics/texmap/TextureMapperGC3DPlatformLayer.h (231753 => 231754)


--- trunk/Source/WebCore/platform/graphics/texmap/TextureMapperGC3DPlatformLayer.h	2018-05-14 12:52:25 UTC (rev 231753)
+++ trunk/Source/WebCore/platform/graphics/texmap/TextureMapperGC3DPlatformLayer.h	2018-05-14 12:57:56 UTC (rev 231754)
@@ -28,7 +28,6 @@
 
 namespace WebCore {
 
-class BitmapTextureGL;
 class GLContext;
 class TextureMapperPlatformLayerProxy;
 
@@ -53,7 +52,6 @@
 
 #if USE(COORDINATED_GRAPHICS_THREADED)
     RefPtr<TextureMapperPlatformLayerProxy> m_platformLayerProxy;
-    RefPtr<BitmapTextureGL> m_compositorTexture;
 #endif
 };
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to