Title: [109071] trunk/Source/WebCore
Revision
109071
Author
ba...@chromium.org
Date
2012-02-27 21:16:51 -0800 (Mon, 27 Feb 2012)

Log Message

[Chromium] Unreviewed gardening, fix compile error after r109043

* platform/graphics/chromium/TransparencyWin.h:
(TransparencyWin):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (109070 => 109071)


--- trunk/Source/WebCore/ChangeLog	2012-02-28 04:59:50 UTC (rev 109070)
+++ trunk/Source/WebCore/ChangeLog	2012-02-28 05:16:51 UTC (rev 109071)
@@ -1,3 +1,10 @@
+2012-02-27  Kenichi Ishibashi  <ba...@chromium.org>
+
+        [Chromium] Unreviewed gardening, fix compile error after r109043
+
+        * platform/graphics/chromium/TransparencyWin.h:
+        (TransparencyWin):
+
 2012-02-27  Adam Barth  <aba...@webkit.org>
 
         EventFactory.in should be named EventNames.in

Modified: trunk/Source/WebCore/platform/graphics/chromium/TransparencyWin.h (109070 => 109071)


--- trunk/Source/WebCore/platform/graphics/chromium/TransparencyWin.h	2012-02-28 04:59:50 UTC (rev 109070)
+++ trunk/Source/WebCore/platform/graphics/chromium/TransparencyWin.h	2012-02-28 05:16:51 UTC (rev 109071)
@@ -156,10 +156,10 @@
     const IntRect& drawRect() { return m_drawRect; }
 
 private:
-    friend TransparencyWin_NoLayer_Test;
-    friend TransparencyWin_WhiteLayer_Test;
-    friend TransparencyWin_TextComposite_Test;
-    friend TransparencyWin_OpaqueCompositeLayer_Test;
+    friend TransparencyWin_DISABLED_NoLayer_Test;
+    friend TransparencyWin_DISABLED_WhiteLayer_Test;
+    friend TransparencyWin_DISABLED_TextComposite_Test;
+    friend TransparencyWin_DISABLED_OpaqueCompositeLayer_Test;
 
     class OwnedBuffers;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to