Title: [171255] trunk/Tools
Revision
171255
Author
wei...@apple.com
Date
2014-07-18 17:51:09 -0700 (Fri, 18 Jul 2014)

Log Message

Revert accidental commit to MiniBrowser to make everything layer backed.

* MiniBrowser/mac/BrowserWindowController.m:
(-[BrowserWindowController windowDidLoad]):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (171254 => 171255)


--- trunk/Tools/ChangeLog	2014-07-19 00:47:31 UTC (rev 171254)
+++ trunk/Tools/ChangeLog	2014-07-19 00:51:09 UTC (rev 171255)
@@ -1,3 +1,10 @@
+2014-07-18  Sam Weinig  <s...@webkit.org>
+
+        Revert accidental commit to MiniBrowser to make everything layer backed.
+
+        * MiniBrowser/mac/BrowserWindowController.m:
+        (-[BrowserWindowController windowDidLoad]):
+
 2014-07-18  Dana Burkart  <dburk...@apple.com>
 
         Add a new 'analyze' target to the makefile. This will make use of a new

Modified: trunk/Tools/MiniBrowser/mac/BrowserWindowController.m (171254 => 171255)


--- trunk/Tools/MiniBrowser/mac/BrowserWindowController.m	2014-07-19 00:47:31 UTC (rev 171254)
+++ trunk/Tools/MiniBrowser/mac/BrowserWindowController.m	2014-07-19 00:51:09 UTC (rev 171255)
@@ -42,7 +42,6 @@
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
     self.window.styleMask |= NSFullSizeContentViewWindowMask;
 #endif
-    [self.window.contentView setWantsLayer:YES];
 
     [super windowDidLoad];
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to