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

Unified Diff: blimp/engine/renderer/frame_scheduler.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 Created 4 years, 1 month 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
« no previous file with comments | « blimp/client/core/session/assignment_source.cc ('k') | cc/blimp/remote_compositor_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/renderer/frame_scheduler.h
diff --git a/blimp/engine/renderer/frame_scheduler.h b/blimp/engine/renderer/frame_scheduler.h
index bfe1a863c403f5fc5bfcf2b6ac4cd6ddd794f74c..d3ecd505a07d5592f591ea8fa94336b694f0b42e 100644
--- a/blimp/engine/renderer/frame_scheduler.h
+++ b/blimp/engine/renderer/frame_scheduler.h
@@ -6,7 +6,9 @@
#define BLIMP_ENGINE_RENDERER_FRAME_SCHEDULER_H_
#include "base/macros.h"
+#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
+#include "base/single_thread_task_runner.h"
#include "base/timer/timer.h"
namespace blimp {
« no previous file with comments | « blimp/client/core/session/assignment_source.cc ('k') | cc/blimp/remote_compositor_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698