Index: content/renderer/renderer_blink_platform_impl.h |
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h |
index 57e188c0c512cbac89e2a0e679b68435dc0def11..06e599dc28724fa239f892b250bee1136cbb4ea0 100644 |
--- a/content/renderer/renderer_blink_platform_impl.h |
+++ b/content/renderer/renderer_blink_platform_impl.h |
@@ -50,7 +50,6 @@ |
class WebClipboardImpl; |
class WebDatabaseObserverImpl; |
class WebFileSystemImpl; |
-class WebThreadImplForScheduler; |
class WebSchedulerImpl; |
class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl { |
@@ -154,7 +153,6 @@ |
virtual void vibrate(unsigned int milliseconds); |
virtual void cancelVibration(); |
virtual blink::WebScheduler* scheduler(); |
- virtual blink::WebThread* currentThread(); |
// Set the PlatformEventObserverBase in |platform_event_observers_| associated |
// with |type| to |observer|. If there was already an observer associated to |
@@ -205,7 +203,6 @@ |
device::VibrationManagerPtr& GetConnectedVibrationManagerService(); |
scoped_ptr<WebSchedulerImpl> web_scheduler_; |
- scoped_ptr<WebThreadImplForScheduler> main_thread_; |
scoped_ptr<RendererClipboardDelegate> clipboard_delegate_; |
scoped_ptr<WebClipboardImpl> clipboard_; |