Title: [118400] trunk/Source/WebCore
Revision
118400
Author
[email protected]
Date
2012-05-24 12:03:05 -0700 (Thu, 24 May 2012)

Log Message

[chromium] Remove some leftover references to LayerTilerChromium
https://bugs.webkit.org/show_bug.cgi?id=87405

Reviewed by James Robinson.

* platform/graphics/chromium/LayerChromium.h:
(LayerChromium):
* platform/graphics/chromium/SolidColorLayerChromium.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (118399 => 118400)


--- trunk/Source/WebCore/ChangeLog	2012-05-24 18:57:14 UTC (rev 118399)
+++ trunk/Source/WebCore/ChangeLog	2012-05-24 19:03:05 UTC (rev 118400)
@@ -1,3 +1,14 @@
+2012-05-24  Dana Jansens  <[email protected]>
+
+        [chromium] Remove some leftover references to LayerTilerChromium
+        https://bugs.webkit.org/show_bug.cgi?id=87405
+
+        Reviewed by James Robinson.
+
+        * platform/graphics/chromium/LayerChromium.h:
+        (LayerChromium):
+        * platform/graphics/chromium/SolidColorLayerChromium.h:
+
 2012-05-24  Jessie Berlin  <[email protected]>
 
         REGRESSION(r109663) All the the dom/html/level2/html/HTMLFrameElement* tests crash on Windows

Modified: trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h (118399 => 118400)


--- trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h	2012-05-24 18:57:14 UTC (rev 118399)
+++ trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h	2012-05-24 19:03:05 UTC (rev 118400)
@@ -255,7 +255,6 @@
 
 protected:
     friend class CCLayerImpl;
-    friend class LayerTilerChromium;
     friend class TreeSynchronizer;
 
     LayerChromium();

Modified: trunk/Source/WebCore/platform/graphics/chromium/SolidColorLayerChromium.h (118399 => 118400)


--- trunk/Source/WebCore/platform/graphics/chromium/SolidColorLayerChromium.h	2012-05-24 18:57:14 UTC (rev 118399)
+++ trunk/Source/WebCore/platform/graphics/chromium/SolidColorLayerChromium.h	2012-05-24 19:03:05 UTC (rev 118400)
@@ -32,8 +32,6 @@
 
 namespace WebCore {
 
-class LayerTilerChromium;
-
 // A Layer that renders a solid color. The color is specified by using
 // setBackgroundColor() on the base class.
 class SolidColorLayerChromium : public LayerChromium {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to