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

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

Issue 2765263002: Remove deprecated Ozone initialization functions. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « ui/ozone/public/ozone_platform.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ozone_platform.cc
diff --git a/ui/ozone/public/ozone_platform.cc b/ui/ozone/public/ozone_platform.cc
index 04caf81d9df022dbe3a980c493ef535f150dd5be..ff426d5c26c7109e145e2bf2b63dac2cca32d1a0 100644
--- a/ui/ozone/public/ozone_platform.cc
+++ b/ui/ozone/public/ozone_platform.cc
@@ -85,15 +85,6 @@ OzonePlatform* OzonePlatform::EnsureInstance() {
// static
OzonePlatform* OzonePlatform::instance_;
-// Convenience methods to facilitate transitionning to new API.
-void OzonePlatform::InitializeUI(const InitParams& args) {
- InitializeUI();
-}
-
-void OzonePlatform::InitializeGPU(const InitParams& args) {
- InitializeGPU();
-}
-
IPC::MessageFilter* OzonePlatform::GetGpuMessageFilter() {
return nullptr;
}
« no previous file with comments | « ui/ozone/public/ozone_platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698