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

Unified Diff: ui/ozone/platform/egltest/ozone_platform_egltest.h

Issue 291473002: ozone: Initialize a subsystem only if necessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: ui/ozone/platform/egltest/ozone_platform_egltest.h
diff --git a/ui/ozone/platform/egltest/ozone_platform_egltest.h b/ui/ozone/platform/egltest/ozone_platform_egltest.h
index fb49be50274e3b94ad2114f4bd608b9721baf902..ff452847b3fd65b130c4a20e7df63d1bc728be5e 100644
--- a/ui/ozone/platform/egltest/ozone_platform_egltest.h
+++ b/ui/ozone/platform/egltest/ozone_platform_egltest.h
@@ -10,7 +10,8 @@ namespace ui {
class OzonePlatform;
// Constructor hook for use in ozone_platform_list.cc
-OzonePlatform* CreateOzonePlatformEgltest();
+OzonePlatform* CreateOzonePlatformEgltestForUI();
+OzonePlatform* CreateOzonePlatformEgltestForGPU();
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698