| Index: services/ui/ws/platform_display_default.h
|
| diff --git a/services/ui/ws/platform_display_default.h b/services/ui/ws/platform_display_default.h
|
| index 5ca1ba6e2bac83d9232f68c4ba545ef277ceab9d..3e28a60f324828c786329305977b0ed5486163ff 100644
|
| --- a/services/ui/ws/platform_display_default.h
|
| +++ b/services/ui/ws/platform_display_default.h
|
| @@ -19,7 +19,6 @@ namespace ui {
|
|
|
| class EventSink;
|
| class ImageCursors;
|
| -class LocatedEvent;
|
| class PlatformWindow;
|
|
|
| namespace ws {
|
| @@ -52,13 +51,6 @@ class PlatformDisplayDefault : public PlatformDisplay,
|
| FrameGenerator* GetFrameGenerator() override;
|
|
|
| private:
|
| - // Update the root_location of located events to be relative to the origin
|
| - // of this display. For example, if the origin of this display is (1800, 0)
|
| - // and the location of the event is (100, 200) then the root_location will be
|
| - // updated to be (1900, 200).
|
| - // TODO(riajiang): This is totally broken with HDPI.
|
| - void UpdateEventRootLocation(ui::LocatedEvent* event);
|
| -
|
| // ui::PlatformWindowDelegate:
|
| void OnBoundsChanged(const gfx::Rect& new_bounds) override;
|
| void OnDamageRect(const gfx::Rect& damaged_region) override;
|
|
|