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

Unified Diff: ui/ozone/platform/dri/gbm_surface_factory.h

Issue 356083002: [Ozone] Add Ozone EGL demo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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
« no previous file with comments | « ui/ozone/demo/ozone_demos.gyp ('k') | ui/ozone/platform/dri/gbm_surface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gbm_surface_factory.h
diff --git a/ui/ozone/platform/dri/gbm_surface_factory.h b/ui/ozone/platform/dri/gbm_surface_factory.h
index 0d1fc6d77f49cd3c1bad56f1e32e4f7a5a5d4d45..13d5604041340a1003db1010e72c8dcab942e451 100644
--- a/ui/ozone/platform/dri/gbm_surface_factory.h
+++ b/ui/ozone/platform/dri/gbm_surface_factory.h
@@ -13,11 +13,13 @@ namespace ui {
class GbmSurfaceFactory : public DriSurfaceFactory {
public:
- GbmSurfaceFactory(DriWrapper* dri,
- gbm_device* device,
- ScreenManager* screen_manager);
+ GbmSurfaceFactory();
virtual ~GbmSurfaceFactory();
+ void InitializeGpu(DriWrapper* dri,
+ gbm_device* device,
+ ScreenManager* screen_manager);
+
// DriSurfaceFactory:
virtual intptr_t GetNativeDisplay() OVERRIDE;
virtual const int32_t* GetEGLSurfaceProperties(
« no previous file with comments | « ui/ozone/demo/ozone_demos.gyp ('k') | ui/ozone/platform/dri/gbm_surface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698