Title: [183849] trunk/Source/WebCore
Revision
183849
Author
[email protected]
Date
2015-05-05 21:57:41 -0700 (Tue, 05 May 2015)

Log Message

Remove unused RenderLayerBacking::hasContentsLayer().
https://bugs.webkit.org/show_bug.cgi?id=144658

Reviewed by Simon Fraser.

No change in functionality.

* rendering/RenderLayerBacking.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183848 => 183849)


--- trunk/Source/WebCore/ChangeLog	2015-05-06 04:39:57 UTC (rev 183848)
+++ trunk/Source/WebCore/ChangeLog	2015-05-06 04:57:41 UTC (rev 183849)
@@ -1,3 +1,14 @@
+2015-05-05  Zalan Bujtas  <[email protected]>
+
+        Remove unused RenderLayerBacking::hasContentsLayer().
+        https://bugs.webkit.org/show_bug.cgi?id=144658
+
+        Reviewed by Simon Fraser.
+
+        No change in functionality.
+
+        * rendering/RenderLayerBacking.h:
+
 2015-05-05  Alex Christensen  <[email protected]>
 
         [Content Extensions] Limit NFA size.

Modified: trunk/Source/WebCore/rendering/RenderLayerBacking.h (183848 => 183849)


--- trunk/Source/WebCore/rendering/RenderLayerBacking.h	2015-05-06 04:39:57 UTC (rev 183848)
+++ trunk/Source/WebCore/rendering/RenderLayerBacking.h	2015-05-06 04:57:41 UTC (rev 183849)
@@ -97,9 +97,7 @@
 
     GraphicsLayer* contentsContainmentLayer() const { return m_contentsContainmentLayer.get(); }
 
-    bool hasContentsLayer() const { return m_foregroundLayer != nullptr; }
     GraphicsLayer* foregroundLayer() const { return m_foregroundLayer.get(); }
-
     GraphicsLayer* backgroundLayer() const { return m_backgroundLayer.get(); }
     bool backgroundLayerPaintsFixedRootBackground() const { return m_backgroundLayerPaintsFixedRootBackground; }
     
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to