diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/mac/DumpRenderTreeWindow.h')
-rw-r--r-- | WebKitTools/DumpRenderTree/mac/DumpRenderTreeWindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebKitTools/DumpRenderTree/mac/DumpRenderTreeWindow.h b/WebKitTools/DumpRenderTree/mac/DumpRenderTreeWindow.h index b6bdcb8..a229d20 100644 --- a/WebKitTools/DumpRenderTree/mac/DumpRenderTreeWindow.h +++ b/WebKitTools/DumpRenderTree/mac/DumpRenderTreeWindow.h @@ -34,7 +34,6 @@ @interface DumpRenderTreeWindow : NSWindow { - BOOL observingWebView; } // I'm not sure why we can't just use [NSApp windows] @@ -42,7 +41,6 @@ - (WebView *)webView; -- (void)startObservingWebView; -- (void)stopObservingWebView; +- (void)startListeningForAcceleratedCompositingChanges; @end |