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

Unified Diff: chromecast/public/cast_egl_platform.h

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/public/cast_egl_platform.h
diff --git a/chromecast/ozone/cast_egl_platform.h b/chromecast/public/cast_egl_platform.h
similarity index 93%
rename from chromecast/ozone/cast_egl_platform.h
rename to chromecast/public/cast_egl_platform.h
index 624750919989a19037dfb7d9ecaced2ca8b5eb51..c400bb6bb2c50f8c0cda2b030e2adfbd87009b4a 100644
--- a/chromecast/ozone/cast_egl_platform.h
+++ b/chromecast/public/cast_egl_platform.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMECAST_OZONE_CAST_EGL_PLATFORM_H_
-#define CHROMECAST_OZONE_CAST_EGL_PLATFORM_H_
+#ifndef CHROMECAST_PUBLIC_CAST_EGL_PLATFORM_H_
+#define CHROMECAST_PUBLIC_CAST_EGL_PLATFORM_H_
#include "ui/ozone/public/surface_factory_ozone.h"
@@ -12,7 +12,6 @@ class Size;
}
namespace chromecast {
-namespace ozone {
// Interface representing all the hardware-specific elements of an Ozone
// implementation for Cast. Supply an implementation of this interface
@@ -63,7 +62,6 @@ class CastEglPlatform {
virtual void DestroyWindow(intptr_t window) = 0;
};
-} // namespace ozone
} // namespace chromecast
-#endif // CHROMECAST_OZONE_CAST_EGL_PLATFORM_H_
+#endif // CHROMECAST_PUBLIC_CAST_EGL_PLATFORM_H_

Powered by Google App Engine
This is Rietveld 408576698