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

Unified Diff: ui/ozone/public/ozone_platform.h

Issue 2749873002: Move Ozone GPU initialization. (Closed)
Patch Set: Move to gpu_init. Created 3 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: ui/ozone/public/ozone_platform.h
diff --git a/ui/ozone/public/ozone_platform.h b/ui/ozone/public/ozone_platform.h
index f1995c12b189ab5b32075af86d1558e0a762a666..ad4536366c34cd044ff50dbd17b46311369786ee 100644
--- a/ui/ozone/public/ozone_platform.h
+++ b/ui/ozone/public/ozone_platform.h
@@ -89,10 +89,6 @@ class OZONE_EXPORT OzonePlatform {
// InitalizeForUI.
static void InitializeForUI(const InitParams& args);
- // Initializes the subsystems/resources necessary for rendering (i.e. GPU).
- // TODO(rjkroege): Remove deprecated entry point (http://crbug.com/620934)
- static void InitializeForGPU();
-
// Initializes the subsystems for rendering but with additional properties
// provided by |args| as with InitalizeForUI.
static void InitializeForGPU(const InitParams& args);

Powered by Google App Engine
This is Rietveld 408576698