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

Unified Diff: chromecast/ozone/surface_factory_cast.cc

Issue 1059073002: Loads CastEglPlatform implementation from shared library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.cc
diff --git a/chromecast/ozone/surface_factory_cast.cc b/chromecast/ozone/surface_factory_cast.cc
index a7ebe7d0a0d511d311d1401499db0a151df4fc2c..608dc6c96b5091d1f8814518a0cc667fa77c05e2 100644
--- a/chromecast/ozone/surface_factory_cast.cc
+++ b/chromecast/ozone/surface_factory_cast.cc
@@ -5,8 +5,8 @@
#include "chromecast/ozone/surface_factory_cast.h"
#include "base/callback_helpers.h"
-#include "chromecast/ozone/cast_egl_platform.h"
#include "chromecast/ozone/surface_ozone_egl_cast.h"
+#include "chromecast/public/cast_egl_platform.h"
namespace chromecast {
namespace ozone {

Powered by Google App Engine
This is Rietveld 408576698