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

Unified Diff: chromecast/ozone/surface_factory_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/surface_factory_cast.h
diff --git a/chromecast/ozone/surface_factory_cast.h b/chromecast/ozone/surface_factory_cast.h
index cd39b5561776c2ccbd3a07636c66f1f8e1713613..2dcb7f402a7735ffcc54347aebad8d97d10e38e8 100644
--- a/chromecast/ozone/surface_factory_cast.h
+++ b/chromecast/ozone/surface_factory_cast.h
@@ -11,10 +11,10 @@
#include "ui/ozone/public/surface_factory_ozone.h"
namespace chromecast {
-namespace ozone {
-
class CastEglPlatform;
+namespace ozone {
+
// SurfaceFactoryOzone implementation for OzonePlatformCast.
class SurfaceFactoryCast : public ui::SurfaceFactoryOzone {
public:

Powered by Google App Engine
This is Rietveld 408576698