Title: [110225] trunk/Source/WebCore
- Revision
- 110225
- Author
- [email protected]
- Date
- 2012-03-08 15:46:30 -0800 (Thu, 08 Mar 2012)
Log Message
Yet another unreviewed build fix.
Remove an unneeded and Lion-defined window constant from WebCoreFullScreenWindow.
* platform/mac/WebCoreFullScreenWindow.mm:
(-[WebCoreFullScreenWindow initWithContentRect:styleMask:backing:defer:]):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (110224 => 110225)
--- trunk/Source/WebCore/ChangeLog 2012-03-08 23:41:47 UTC (rev 110224)
+++ trunk/Source/WebCore/ChangeLog 2012-03-08 23:46:30 UTC (rev 110225)
@@ -1,3 +1,12 @@
+2012-03-08 Jer Noble <[email protected]>
+
+ Yet another unreviewed build fix.
+
+ Remove an unneeded and Lion-defined window constant from WebCoreFullScreenWindow.
+
+ * platform/mac/WebCoreFullScreenWindow.mm:
+ (-[WebCoreFullScreenWindow initWithContentRect:styleMask:backing:defer:]):
+
2012-03-08 Levi Weintraub <[email protected]>
Switch absoluteRects, culledInlineAbsoluteRects, absoluteBoundingBoxRect, and addFocusRingRects back to integers
Modified: trunk/Source/WebCore/platform/mac/WebCoreFullScreenWindow.mm (110224 => 110225)
--- trunk/Source/WebCore/platform/mac/WebCoreFullScreenWindow.mm 2012-03-08 23:41:47 UTC (rev 110224)
+++ trunk/Source/WebCore/platform/mac/WebCoreFullScreenWindow.mm 2012-03-08 23:46:30 UTC (rev 110225)
@@ -44,8 +44,7 @@
#else
[self setMovableByWindowBackground:NO];
#endif
- [self setCollectionBehavior:NSWindowCollectionBehaviorFullScreenPrimary];
-
+
return self;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes