Title: [183870] trunk/Source/WebCore
Revision
183870
Author
jber...@webkit.org
Date
2015-05-06 09:36:25 -0700 (Wed, 06 May 2015)

Log Message

More build fixing.

* page/mac/TextIndicatorWindow.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183869 => 183870)


--- trunk/Source/WebCore/ChangeLog	2015-05-06 16:25:09 UTC (rev 183869)
+++ trunk/Source/WebCore/ChangeLog	2015-05-06 16:36:25 UTC (rev 183870)
@@ -1,5 +1,11 @@
 2015-05-06  Jessie Berlin  <jber...@webkit.org>
 
+        More build fixing.
+
+        * page/mac/TextIndicatorWindow.mm:
+
+2015-05-06  Jessie Berlin  <jber...@webkit.org>
+
         32-bit build fix after r183859 and r183860.
 
         * page/mac/TextIndicatorWindow.mm:

Modified: trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm (183869 => 183870)


--- trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm	2015-05-06 16:25:09 UTC (rev 183869)
+++ trunk/Source/WebCore/page/mac/TextIndicatorWindow.mm	2015-05-06 16:36:25 UTC (rev 183870)
@@ -72,6 +72,7 @@
     RetainPtr<NSArray> _bounceLayers;
     NSSize _margin;
     bool _hasCompletedAnimation;
+    BOOL _fadingOut;
 }
 
 - (instancetype)initWithFrame:(NSRect)frame textIndicator:(PassRefPtr<TextIndicator>)textIndicator margin:(NSSize)margin;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to