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

Unified Diff: content/renderer/renderer_blink_platform_impl.h

Issue 1088053003: Patch 1/3 to get WebScheduler via WebThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a BaseWebScheduler Created 5 years, 8 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/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 f668a7133208049372e7bbf29001133de52c3532..ff4bdb322595036f9a63b828e19d93d49ebad1b9 100644
--- a/content/renderer/renderer_blink_platform_impl.h
+++ b/content/renderer/renderer_blink_platform_impl.h
@@ -35,6 +35,7 @@ class WebDeviceMotionData;
class WebDeviceOrientationData;
class WebGraphicsContext3DProvider;
class WebServiceWorkerCacheStorage;
+class WebScheduler;
}
namespace content {
@@ -52,7 +53,7 @@ class WebClipboardImpl;
class WebDatabaseObserverImpl;
class WebFileSystemImpl;
class WebThreadImplForRendererScheduler;
-class WebSchedulerImpl;
+class RendererWebSchedulerImpl;
class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
public:
@@ -210,7 +211,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
void SendFakeDeviceEventDataForTesting(blink::WebPlatformEventType type);
device::VibrationManagerPtr& GetConnectedVibrationManagerService();
- scoped_ptr<WebSchedulerImpl> web_scheduler_;
+ scoped_ptr<RendererWebSchedulerImpl> web_scheduler_;
scoped_ptr<WebThreadImplForRendererScheduler> main_thread_;
scoped_ptr<RendererClipboardDelegate> clipboard_delegate_;

Powered by Google App Engine
This is Rietveld 408576698