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

Unified Diff: chromecast/common/media/cast_message_generator.h

Issue 971913002: Chromecast: communicate HDMI-sink codec changes over IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address lcwu comments Created 5 years, 10 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
« no previous file with comments | « chromecast/common/chromecast_switches.cc ('k') | chromecast/common/media/cast_message_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/media/cast_message_generator.h
diff --git a/ui/compositor/reflector.cc b/chromecast/common/media/cast_message_generator.h
similarity index 62%
copy from ui/compositor/reflector.cc
copy to chromecast/common/media/cast_message_generator.h
index 31dcdaef6105459ab2c82fa60cc5a1b6d03703f2..ac6c0041c5033cc9d7fad300e6361651c61e482f 100644
--- a/ui/compositor/reflector.cc
+++ b/chromecast/common/media/cast_message_generator.h
@@ -2,11 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/compositor/reflector.h"
+// Multiply-included file, hence no include guard.
-namespace ui {
+#include "chromecast/common/media/cast_messages.h"
-Reflector::~Reflector() {
-}
-
-} // namespace ui
« no previous file with comments | « chromecast/common/chromecast_switches.cc ('k') | chromecast/common/media/cast_message_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698