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

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: more 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
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"
lcwu1 2015/03/03 20:11:11 It doesn't seem necessary to have multiple xxx_mes
gunsch 2015/03/04 02:35:47 The choice to keep them separate isn't for idiomat
-Reflector::~Reflector() {
-}
-
-} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698