Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(813)

Unified Diff: content/shell/renderer/test_runner/web_test_proxy.h

Issue 284073002: Remove software paint path from WebTestProxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698