| 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);
|
|
|