Title: [144733] trunk/Tools
Revision
144733
Author
joc...@chromium.org
Date
2013-03-04 23:56:43 -0800 (Mon, 04 Mar 2013)

Log Message

[chromium] remove deprecated WebTestRunner::setFocus API
https://bugs.webkit.org/show_bug.cgi?id=111354

Reviewed by James Robinson.

* DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h:
(WebTestDelegate):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (144732 => 144733)


--- trunk/Tools/ChangeLog	2013-03-05 07:44:47 UTC (rev 144732)
+++ trunk/Tools/ChangeLog	2013-03-05 07:56:43 UTC (rev 144733)
@@ -1,5 +1,15 @@
 2013-03-04  Jochen Eisinger  <joc...@chromium.org>
 
+        [chromium] remove deprecated WebTestRunner::setFocus API
+        https://bugs.webkit.org/show_bug.cgi?id=111354
+
+        Reviewed by James Robinson.
+
+        * DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h:
+        (WebTestDelegate):
+
+2013-03-04  Jochen Eisinger  <joc...@chromium.org>
+
         Run the bindings generation tests on EWS and CQ bots
         https://bugs.webkit.org/show_bug.cgi?id=111358
 

Modified: trunk/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h (144732 => 144733)


--- trunk/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h	2013-03-05 07:44:47 UTC (rev 144732)
+++ trunk/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h	2013-03-05 07:56:43 UTC (rev 144733)
@@ -111,9 +111,7 @@
     virtual void setDeviceScaleFactor(float) = 0;
 
     // Controls which WebView should be focused.
-    virtual void setFocus(WebTestProxyBase*, bool enable) { setFocus(enable); }
-    // FIXME: remove deprecated method.
-    virtual void setFocus(bool) { }
+    virtual void setFocus(WebTestProxyBase*, bool) = 0;
 
     // Controls whether all cookies should be accepted or writing cookies in a
     // third-party context is blocked.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to