Title: [210219] trunk/Source/WebCore
Revision
210219
Author
zandober...@gmail.com
Date
2017-01-01 08:15:04 -0800 (Sun, 01 Jan 2017)

Log Message

Clean up GraphicsContext3D forward declarations, header inclusion
https://bugs.webkit.org/show_bug.cgi?id=166537

Reviewed by Alex Christensen.

Remove two unnecessary GraphicsContext3D forward declarations from the
EmptyClients and ChromeClient header files, and remove the unnecessary
GraphicsContext3D.h header inclusion from RenderLayerBacking.

No changes in behavior.

* loader/EmptyClients.h:
* page/ChromeClient.h:
* rendering/RenderLayerBacking.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (210218 => 210219)


--- trunk/Source/WebCore/ChangeLog	2017-01-01 00:48:19 UTC (rev 210218)
+++ trunk/Source/WebCore/ChangeLog	2017-01-01 16:15:04 UTC (rev 210219)
@@ -1,3 +1,20 @@
+2017-01-01  Zan Dobersek  <zdober...@igalia.com>
+
+        Clean up GraphicsContext3D forward declarations, header inclusion
+        https://bugs.webkit.org/show_bug.cgi?id=166537
+
+        Reviewed by Alex Christensen.
+
+        Remove two unnecessary GraphicsContext3D forward declarations from the
+        EmptyClients and ChromeClient header files, and remove the unnecessary
+        GraphicsContext3D.h header inclusion from RenderLayerBacking.
+
+        No changes in behavior.
+
+        * loader/EmptyClients.h:
+        * page/ChromeClient.h:
+        * rendering/RenderLayerBacking.cpp:
+
 2016-12-31  Michael Catanzaro  <mcatanz...@igalia.com>
 
         SecurityOrigin::create triplet constructor does not canonicalize port

Modified: trunk/Source/WebCore/loader/EmptyClients.h (210218 => 210219)


--- trunk/Source/WebCore/loader/EmptyClients.h	2017-01-01 00:48:19 UTC (rev 210218)
+++ trunk/Source/WebCore/loader/EmptyClients.h	2017-01-01 16:15:04 UTC (rev 210219)
@@ -71,7 +71,6 @@
 
 namespace WebCore {
 
-class GraphicsContext3D;
 class Page;
 class PageConfiguration;
 

Modified: trunk/Source/WebCore/page/ChromeClient.h (210218 => 210219)


--- trunk/Source/WebCore/page/ChromeClient.h	2017-01-01 00:48:19 UTC (rev 210218)
+++ trunk/Source/WebCore/page/ChromeClient.h	2017-01-01 16:15:04 UTC (rev 210219)
@@ -73,7 +73,6 @@
 class FloatRect;
 class Frame;
 class Geolocation;
-class GraphicsContext3D;
 class GraphicsLayer;
 class GraphicsLayerFactory;
 class HTMLInputElement;

Modified: trunk/Source/WebCore/rendering/RenderLayerBacking.cpp (210218 => 210219)


--- trunk/Source/WebCore/rendering/RenderLayerBacking.cpp	2017-01-01 00:48:19 UTC (rev 210218)
+++ trunk/Source/WebCore/rendering/RenderLayerBacking.cpp	2017-01-01 16:15:04 UTC (rev 210219)
@@ -64,10 +64,6 @@
 #include "StyleResolver.h"
 #include "TiledBacking.h"
 
-#if ENABLE(WEBGL) || ENABLE(ACCELERATED_2D_CANVAS)
-#include "GraphicsContext3D.h"
-#endif
-
 #if PLATFORM(IOS)
 #include "RuntimeApplicationChecks.h"
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to