Index: content/public/test/browser_test_utils.h |
diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h |
index 5d9405237378812c05ddc6479711cc47fb1b29eb..d4e01892ebca16d168bb97d3c5af1ae7e8311cce 100644 |
--- a/content/public/test/browser_test_utils.h |
+++ b/content/public/test/browser_test_utils.h |
@@ -408,6 +408,9 @@ class WebContentsAddedObserver { |
DISALLOW_COPY_AND_ASSIGN(WebContentsAddedObserver); |
}; |
+// Wait until the first compositor frame swap has occured. |
+void WaitForFirstFrame(WebContents* web_contents); |
+ |
// Request a new frame be drawn, returns false if request fails. |
bool RequestFrame(WebContents* web_contents); |