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

Unified Diff: ui/ozone/platform/test/test_window.cc

Issue 431683002: platform_window: Add SetCursor & MoveCursorTo (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
« no previous file with comments | « ui/ozone/platform/test/test_window.h ('k') | ui/platform_window/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/test/test_window.cc
diff --git a/ui/ozone/platform/test/test_window.cc b/ui/ozone/platform/test/test_window.cc
index 0d6568f43762e93336fdc9001d87448fe0395045..af232e7acbb3abcf3cddf5631bcbd4db54221ffa 100644
--- a/ui/ozone/platform/test/test_window.cc
+++ b/ui/ozone/platform/test/test_window.cc
@@ -74,6 +74,12 @@ void TestWindow::Minimize() {
void TestWindow::Restore() {
}
+void TestWindow::SetCursor(PlatformCursor cursor) {
+}
+
+void TestWindow::MoveCursorTo(const gfx::Point& location) {
+}
+
bool TestWindow::CanDispatchEvent(const ui::PlatformEvent& ne) {
return true;
}
« no previous file with comments | « ui/ozone/platform/test/test_window.h ('k') | ui/platform_window/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698