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

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

Issue 508063002: Draw page popups in layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/web_test_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d8fb7de8f2b4dc189209723c3ce4a94ffe563fc4..25d7741acc1f9aa80e2ab32bfe9dd6ba679f3090 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.h
+++ b/content/shell/renderer/test_runner/web_test_proxy.h
@@ -93,7 +93,7 @@ class WebTestInterfaces;
// when it requires a behavior to be different from the usual, it will call
// WebTestProxyBase that implements the expected behavior.
// See WebTestProxy class comments for more information.
-class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
+class WebTestProxyBase {
public:
void SetInterfaces(WebTestInterfaces* interfaces);
void SetDelegate(WebTestDelegate* delegate);
@@ -141,9 +141,6 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
void PostSpellCheckEvent(const blink::WebString& event_name);
- // WebCompositeAndReadbackAsyncCallback implementation.
- virtual void didCompositeAndReadback(const SkBitmap& bitmap);
-
void SetAcceptLanguages(const std::string& accept_languages);
MockWebPushClient* GetPushClientMock();
@@ -268,8 +265,6 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
bool animate_scheduled_;
std::map<unsigned, std::string> resource_identifier_map_;
- std::deque<base::Callback<void(const SkBitmap&)> >
- composite_and_readback_callbacks_;
bool log_console_output_;
int chooser_count_;
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/web_test_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698