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

Unified Diff: media/cast/cast_environment.cc

Issue 116623002: Cast: Adding support for GPU accelerated encode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 7 years 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: media/cast/cast_environment.cc
diff --git a/media/cast/cast_environment.cc b/media/cast/cast_environment.cc
index be636bb253d4c550880878a5de70c97bd0ac2f69..b7c6249b90c962b7223214c673216c6103b29473 100644
--- a/media/cast/cast_environment.cc
+++ b/media/cast/cast_environment.cc
@@ -32,8 +32,8 @@ CastEnvironment::CastEnvironment(
CastEnvironment::~CastEnvironment() {}
bool CastEnvironment::PostTask(ThreadId identifier,
- const tracked_objects::Location& from_here,
- const base::Closure& task) {
+ const tracked_objects::Location& from_here,
+ const base::Closure& task) {
scoped_refptr<TaskRunner> task_runner =
GetMessageTaskRunnerForThread(identifier);
« media/cast/DEPS ('K') | « media/cast/cast_config.h ('k') | media/cast/cast_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698