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

Unified Diff: mojo/services/html_viewer/webscheduler_impl.h

Issue 1090953002: Small cleanups in the Mojo HTML viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: mojo/services/html_viewer/webscheduler_impl.h
diff --git a/mojo/services/html_viewer/webscheduler_impl.h b/mojo/services/html_viewer/webscheduler_impl.h
index a4e2ce58fc568b5a4ca516439a34abd548ff745a..112e7ee189cb6a238da8b8b18aa2c2df4cc4e431 100644
--- a/mojo/services/html_viewer/webscheduler_impl.h
+++ b/mojo/services/html_viewer/webscheduler_impl.h
@@ -15,14 +15,14 @@ class WebSchedulerImpl : public blink::WebScheduler {
public:
explicit WebSchedulerImpl(
scoped_refptr<base::SingleThreadTaskRunner> task_runner);
- ~WebSchedulerImpl() override;
+ virtual ~WebSchedulerImpl();
private:
// blink::WebScheduler overrides.
- void postIdleTask(const blink::WebTraceLocation& location,
- blink::WebThread::IdleTask* task) override;
- void postLoadingTask(const blink::WebTraceLocation& location,
- blink::WebThread::Task* task) override;
+ virtual void postIdleTask(const blink::WebTraceLocation& location,
+ blink::WebThread::IdleTask* task);
+ virtual void postLoadingTask(const blink::WebTraceLocation& location,
+ blink::WebThread::Task* task);
virtual void postTimerTask(const blink::WebTraceLocation& location,
blink::WebThread::Task* task,
long long delayMs);
« no previous file with comments | « mojo/services/html_viewer/webnotificationmanager_impl.h ('k') | mojo/services/html_viewer/websockethandle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698