Title: [93022] trunk/Source/WebCore
- Revision
- 93022
- Author
- [email protected]
- Date
- 2011-08-13 11:57:53 -0700 (Sat, 13 Aug 2011)
Log Message
Remove unused variables from WebVideoFullscreenController.h
https://bugs.webkit.org/show_bug.cgi?id=66192
Reviewed by Dan Bernstein.
* platform/mac/WebVideoFullscreenController.h:
Remove _isWindowLoaded, _savedUIMode and _savedUIOptions which were not used.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (93021 => 93022)
--- trunk/Source/WebCore/ChangeLog 2011-08-13 18:51:05 UTC (rev 93021)
+++ trunk/Source/WebCore/ChangeLog 2011-08-13 18:57:53 UTC (rev 93022)
@@ -1,5 +1,15 @@
2011-08-13 Sam Weinig <[email protected]>
+ Remove unused variables from WebVideoFullscreenController.h
+ https://bugs.webkit.org/show_bug.cgi?id=66192
+
+ Reviewed by Dan Bernstein.
+
+ * platform/mac/WebVideoFullscreenController.h:
+ Remove _isWindowLoaded, _savedUIMode and _savedUIOptions which were not used.
+
+2011-08-13 Sam Weinig <[email protected]>
+
Fix incorrect objective-c initialize in WebCore
https://bugs.webkit.org/show_bug.cgi?id=66191
Modified: trunk/Source/WebCore/platform/mac/WebVideoFullscreenController.h (93021 => 93022)
--- trunk/Source/WebCore/platform/mac/WebVideoFullscreenController.h 2011-08-13 18:51:05 UTC (rev 93021)
+++ trunk/Source/WebCore/platform/mac/WebVideoFullscreenController.h 2011-08-13 18:57:53 UTC (rev 93022)
@@ -50,13 +50,10 @@
WebWindowFadeAnimation *_fadeAnimation; // (retain)
BOOL _isEndingFullscreen;
- BOOL _isWindowLoaded;
BOOL _forceDisableAnimation;
uint32_t _idleDisplaySleepAssertion;
uint32_t _idleSystemSleepAssertion;
NSTimer *_tickleTimer;
- uint32_t _savedUIMode;
- uint32_t _savedUIOptions;
}
- (id <WebVideoFullscreenControllerDelegate>)delegate;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes