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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler.h

Issue 2843503002: scheduler: Move WebFrameScheduler and WebScheduler into Blink (Closed)
Patch Set: Build fix Created 3 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: third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler.h
diff --git a/third_party/WebKit/public/platform/WebViewScheduler.h b/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler.h
similarity index 90%
rename from third_party/WebKit/public/platform/WebViewScheduler.h
rename to third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler.h
index e0c4d7f39bc22ad1ae7b8d83c09ff50b5d3d19ac..07cbe577a235fec0f4eacbefdc0a52ce623ef691 100644
--- a/third_party/WebKit/public/platform/WebViewScheduler.h
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler.h
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebViewScheduler_h
-#define WebViewScheduler_h
+#ifndef THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_RENDERER_WEB_VIEW_SCHEDULER_H_
+#define THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_RENDERER_WEB_VIEW_SCHEDULER_H_
-#include "WebCommon.h"
+#include "platform/wtf/Functional.h"
#include "public/platform/BlameContext.h"
+#include "public/platform/WebCommon.h"
#include <memory>
@@ -89,4 +90,4 @@ class BLINK_PLATFORM_EXPORT WebViewScheduler {
} // namespace blink
-#endif // WebViewScheduler
+#endif // THIRD_PARTY_WEBKIT_SOURCE_PLATFORM_SCHEDULER_RENDERER_WEB_VIEW_SCHEDULER_H_

Powered by Google App Engine
This is Rietveld 408576698