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

Unified Diff: ui/ozone/platform/dri/test/mock_dri_wrapper.h

Issue 407603002: [Ozone-DRI] Migrate cursor to using ScanoutBuffer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: ui/ozone/platform/dri/test/mock_dri_wrapper.h
diff --git a/ui/ozone/platform/dri/test/mock_dri_wrapper.h b/ui/ozone/platform/dri/test/mock_dri_wrapper.h
index eb3cbdc3b762a52e406bdbbdf3b4a5d6f2c68bc6..4c5fd6aef358a87b0d26d067626a6eb1546c2a67 100644
--- a/ui/ozone/platform/dri/test/mock_dri_wrapper.h
+++ b/ui/ozone/platform/dri/test/mock_dri_wrapper.h
@@ -75,9 +75,8 @@ class MockDriWrapper : public ui::DriWrapper {
const char* name) OVERRIDE;
virtual bool SetCursor(uint32_t crtc_id,
uint32_t handle,
- uint32_t width,
- uint32_t height) OVERRIDE;
- virtual bool MoveCursor(uint32_t crtc_id, int x, int y) OVERRIDE;
+ const gfx::Size& size) OVERRIDE;
+ virtual bool MoveCursor(uint32_t crtc_id, const gfx::Point& point) OVERRIDE;
virtual void HandleEvent(drmEventContext& event) OVERRIDE;
virtual bool CreateDumbBuffer(const SkImageInfo& info,
uint32_t* handle,

Powered by Google App Engine
This is Rietveld 408576698