Title: [93023] trunk/Source/WebKit2
Revision
93023
Author
[email protected]
Date
2011-08-13 12:03:55 -0700 (Sat, 13 Aug 2011)

Log Message

Remove unused variables from WKFullScreenWindowController.h
https://bugs.webkit.org/show_bug.cgi?id=66193

Reviewed by Dan Bernstein.

* UIProcess/mac/WKFullScreenWindowController.h:
Remove _layerViewPlaceholder, _isWindowLoaded and _initialFrame which were not used.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (93022 => 93023)


--- trunk/Source/WebKit2/ChangeLog	2011-08-13 18:57:53 UTC (rev 93022)
+++ trunk/Source/WebKit2/ChangeLog	2011-08-13 19:03:55 UTC (rev 93023)
@@ -1,3 +1,13 @@
+2011-08-13  Sam Weinig  <[email protected]>
+
+        Remove unused variables from WKFullScreenWindowController.h
+        https://bugs.webkit.org/show_bug.cgi?id=66193
+
+        Reviewed by Dan Bernstein.
+
+        * UIProcess/mac/WKFullScreenWindowController.h:
+        Remove _layerViewPlaceholder, _isWindowLoaded and _initialFrame which were not used.
+
 2011-08-12  Dan Bernstein  <[email protected]>
 
         <rdar://problem/7337717> Add an option to automatically show tooltips (with the full text) over truncated text

Modified: trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.h (93022 => 93023)


--- trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.h	2011-08-13 18:57:53 UTC (rev 93022)
+++ trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.h	2011-08-13 19:03:55 UTC (rev 93023)
@@ -42,16 +42,13 @@
 @private
     WKView *_webView;
     RetainPtr<NSView> _webViewPlaceholder;
-    RetainPtr<NSView> _layerViewPlaceholder;
     RetainPtr<NSView> _layerHostingView;
     
     BOOL _isEnteringFullScreen;
     BOOL _isExitingFullScreen;
     BOOL _isFullScreen;
-    BOOL _isWindowLoaded;
     BOOL _forceDisableAnimation;
     BOOL _isPlaying;
-    CGRect _initialFrame;    
     uint32_t _idleDisplaySleepAssertion;
     uint32_t _idleSystemSleepAssertion;
     NSTimer *_tickleTimer;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to