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

Unified Diff: content/shell/webkit_test_runner.h

Issue 13159005: Enable media stream layout test with content_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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/webkit_test_runner.cc » ('j') | content/shell/webkit_test_runner.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_runner.h
===================================================================
--- content/shell/webkit_test_runner.h (revision 191708)
+++ content/shell/webkit_test_runner.h (working copy)
@@ -19,6 +19,8 @@
class SkCanvas;
namespace WebKit {
+class WebMediaPlayer;
+class WebMediaPlayerClient;
struct WebRect;
}
@@ -26,6 +28,10 @@
class WebTestProxyBase;
}
+namespace webkit_support {
+class TestMediaStreamClient;
+}
+
namespace content {
// This is the renderer side of the webkit test runner.
@@ -90,7 +96,12 @@
WebTestRunner::WebTestProxyBase* proxy,
WebKit::WebVector<WebKit::WebHistoryItem>* history,
size_t* currentEntryIndex);
+ virtual WebKit::WebMediaPlayer* createWebMediaPlayer(
+ WebKit::WebFrame*,
jochen (gone - plz use gerrit) 2013/04/02 07:02:21 the chromium coding style requires to list argumen
wjia(left Chromium) 2013/04/03 00:44:04 Done.
+ const WebKit::WebURL&,
+ WebKit::WebMediaPlayerClient*);
+
void Reset();
void set_proxy(::WebTestRunner::WebTestProxyBase* proxy) { proxy_ = proxy; }
@@ -125,6 +136,8 @@
bool focus_on_next_commit_;
+ scoped_ptr<webkit_support::TestMediaStreamClient> test_media_stream_client_;
+
DISALLOW_COPY_AND_ASSIGN(WebKitTestRunner);
};
« no previous file with comments | « no previous file | content/shell/webkit_test_runner.cc » ('j') | content/shell/webkit_test_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698