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

Unified Diff: chromecast/ozone/ozone_platform_cast.h

Issue 1059073002: Loads CastEglPlatform implementation from shared library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed all Chromium types from shared library interface Created 5 years, 9 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/ozone/ozone_platform_cast.h
diff --git a/chromecast/ozone/ozone_platform_cast.h b/chromecast/ozone/ozone_platform_cast.h
index eb936d102e44f845fb1bd89e1c307c517eea3103..e076e493ea8597698a982fe749d6f519ba63871e 100644
--- a/chromecast/ozone/ozone_platform_cast.h
+++ b/chromecast/ozone/ozone_platform_cast.h
@@ -10,10 +10,10 @@
#include "ui/ozone/public/ozone_platform.h"
namespace chromecast {
-namespace ozone {
-
class CastEglPlatform;
+namespace ozone {
+
// Ozone platform implementation for Cast. Implements functionality
// common to all Cast implementations:
// - Always one window with window size equal to display size

Powered by Google App Engine
This is Rietveld 408576698