Skip to content

Commit

Permalink
Merge pull request #497 from msisov/ozone-wayland-dev
Browse files Browse the repository at this point in the history
fix ozone/drm build
  • Loading branch information
jkim-julie authored Oct 12, 2018
2 parents c3cf95e + d095f4a commit f095346
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions ui/ozone/platform/drm/host/drm_window_host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ gfx::Rect DrmWindowHost::GetRestoredBoundsInPixels() const {
return gfx::Rect();
}

void DrmWindowHost::StartWindowMoveOrResize(int hittest,
gfx::Point pointer_location) {}

bool DrmWindowHost::RunMoveLoop(const gfx::Vector2d& drag_offset) {
return false;
}
Expand Down
2 changes: 0 additions & 2 deletions ui/ozone/platform/drm/host/drm_window_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ class DrmWindowHost : public PlatformWindow,
PlatformImeController* GetPlatformImeController() override;
void SetRestoredBoundsInPixels(const gfx::Rect& bounds) override;
gfx::Rect GetRestoredBoundsInPixels() const override;
void StartWindowMoveOrResize(int hittest,
gfx::Point pointer_location) override;
bool RunMoveLoop(const gfx::Vector2d& drag_offset) override;
void StopMoveLoop() override;

Expand Down

0 comments on commit f095346

Please sign in to comment.