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 fc809625065db8cba0f3e8cb70e9f7061b0c27b0..db6c268f079ab3cb88a437aafee87b7c429154a9 100644 |
--- a/content/browser/browser_plugin/test_browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/test_browser_plugin_guest.h |
@@ -39,6 +39,8 @@ class TestBrowserPluginGuest : public BrowserPluginGuest { |
// Waits until UpdateRect message is sent from the guest, meaning it is |
// ready/rendered. |
bool WaitForUpdateRectMsg(); |
+ void ResetUpdateRectCount(); |
+ |
// Waits until UpdateRect message with a specific size is sent from the guest. |
bool WaitForUpdateRectMsgWithSize(int width, int height); |
// Waits until guest crashes. |