| Index: ui/ozone/platform/dri/hardware_display_controller.h
|
| diff --git a/ui/ozone/platform/dri/hardware_display_controller.h b/ui/ozone/platform/dri/hardware_display_controller.h
|
| index 5c3f4332c3402d485bae1a40327fd1f79c630a0a..64b009cbe971c6c81c14ce51704520a17f3ac954 100644
|
| --- a/ui/ozone/platform/dri/hardware_display_controller.h
|
| +++ b/ui/ozone/platform/dri/hardware_display_controller.h
|
| @@ -142,9 +142,6 @@ class OZONE_EXPORT HardwareDisplayController {
|
| };
|
|
|
| private:
|
| - bool RegisterFramebuffers(DriSurface* surface, drmModeModeInfo mode);
|
| - void UnregisterFramebuffers(DriSurface* surface);
|
| -
|
| // Object containing the connection to the graphics device and wraps the API
|
| // calls to control it.
|
| DriWrapper* drm_;
|
|
|