Index: content/shell/renderer/test_runner/web_test_proxy.h |
diff --git a/content/shell/renderer/test_runner/web_test_proxy.h b/content/shell/renderer/test_runner/web_test_proxy.h |
index 8b8b21083d625a6f771fd69ed5acd53f8f3e2801..7d1a6b77ce56daf9088eda45756296b0ab5d864f 100644 |
--- a/content/shell/renderer/test_runner/web_test_proxy.h |
+++ b/content/shell/renderer/test_runner/web_test_proxy.h |
@@ -104,7 +104,6 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback { |
void MoveValidationMessage(const blink::WebRect& anchorInRootView); |
std::string CaptureTree(bool debugRenderTree); |
- SkCanvas* CapturePixels(); |
void CapturePixelsForPrinting( |
const base::Callback<void(const SkBitmap&)>& callback); |
void CapturePixelsAsync( |
@@ -225,14 +224,11 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback { |
template <class, typename, typename> |
friend class WebFrameTestProxy; |
void LocationChangeDone(blink::WebFrame*); |
- void PaintRect(const blink::WebRect&); |
- void PaintInvalidatedRegion(); |
void PaintPagesWithBoundaries(); |
SkCanvas* GetCanvas(); |
void InvalidateAll(); |
void AnimateNow(); |
void DrawSelectionRect(SkCanvas* canvas); |
- void DisplayForSoftwareMode(const base::Closure& callback); |
void DidDisplayAsync(const base::Closure& callback, const SkBitmap& bitmap); |
blink::WebWidget* web_widget() const { return web_widget_; } |