Index: chrome/test/base/ui_test_utils.h |
diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h |
index 015a9684de5610e57d3d202fcd09c436dc606f60..bd3f3a0f4ca1b43a20f56ad105f9a4dc5080f6f5 100644 |
--- a/chrome/test/base/ui_test_utils.h |
+++ b/chrome/test/base/ui_test_utils.h |
@@ -261,12 +261,6 @@ class BrowserAddedObserver { |
DISALLOW_COPY_AND_ASSIGN(BrowserAddedObserver); |
}; |
-// Takes a snapshot of the given render widget, rendered at |page_size|. The |
-// snapshot is set to |bitmap|. Returns true on success. |
-bool TakeRenderWidgetSnapshot(content::RenderWidgetHost* rwh, |
- const gfx::Size& page_size, |
- SkBitmap* bitmap) WARN_UNUSED_RESULT; |
- |
// Takes a snapshot of the entire page, according to the width and height |
// properties of the DOM's document. Returns true on success. DOMAutomation |
// must be enabled. |