diff options
Diffstat (limited to 'content/public/test/layouttest_support.h')
-rw-r--r-- | content/public/test/layouttest_support.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h index 21a34503..ed490ec 100644 --- a/content/public/test/layouttest_support.h +++ b/content/public/test/layouttest_support.h @@ -6,7 +6,6 @@ #define CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ #include "base/callback_forward.h" -#include "base/memory/ref_counted.h" namespace WebKit { class WebGamepads; @@ -17,10 +16,6 @@ namespace WebTestRunner { class WebTestProxyBase; } -namespace base { -class MessageLoopProxy; -} - namespace content { class RenderView; @@ -69,12 +64,6 @@ void EnableAutoResizeMode(RenderView* render_view, void DisableAutoResizeMode(RenderView* render_view, const WebKit::WebSize& new_size); -// Return the thread on which media operations should run. -// -// TODO(scherkus): We should be using RenderViewImpl::createMediaPlayer(), see -// http://crbug.com/239826 -scoped_refptr<base::MessageLoopProxy> GetMediaThreadMessageLoopProxy(); - } // namespace content #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ |