Index: content/browser/browser_plugin/test_browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.h b/content/browser/browser_plugin/test_browser_plugin_guest.h |
index 74605054a23fddf31fc57d1dd25adce2bdcd3bd1..a0a02fa0780d21f5fb8502da11c16a594bc67630 100644 |
--- a/content/browser/browser_plugin/test_browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/test_browser_plugin_guest.h |
@@ -44,6 +44,7 @@ class TestBrowserPluginGuest : public BrowserPluginGuest, |
// Waits until UpdateRect message is sent from the guest, meaning it is |
// ready/rendered. |
void WaitForUpdateRectMsg(); |
+ void ResetUpdateRectCount(); |
// Waits until UpdateRect message with a specific size is sent from the guest. |
void WaitForUpdateRectMsgWithSize(int width, int height); |
// Waits for focus to reach this guest. |