From c24b40227adfa9b1c40b85a109eec73a29cb4c38 Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Wed, 20 Feb 2013 11:45:42 +0000 Subject: [content shell] plumb more WebTestDelegate methods to the browser BUG=111316 R=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/12297031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183481 0039d316-1c4b-4281-b951-d872f2087c98 --- content/shell/webkit_test_controller.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/shell/webkit_test_controller.h') diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h index 619c7da..3b4693a 100644 --- a/content/shell/webkit_test_controller.h +++ b/content/shell/webkit_test_controller.h @@ -16,6 +16,7 @@ #include "content/public/browser/notification_registrar.h" #include "content/public/browser/render_view_host_observer.h" #include "content/public/browser/web_contents_observer.h" +#include "ui/gfx/rect.h" #include "webkit/glue/webpreferences.h" class SkBitmap; @@ -128,6 +129,8 @@ class WebKitTestController : public base::NonThreadSafe, void OnGoToOffset(int offset); void OnReload(); void OnLoadURLForFrame(const GURL& url, const std::string& frame_name); + void OnSetClientWindowRect(const gfx::Rect& rect); + void OnSetFocus(bool focus); void OnNotImplemented(const std::string& object_name, const std::string& method_name); -- cgit v1.1