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

Unified Diff: ui/base/cursor/cursors_android.h

Issue 2878403002: Support setting mouse cursor icon in Android N. (Closed)
Patch Set: Support setting mouse cursor icon in Android N Created 3 years, 7 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/base/cursor/cursors_android.h
diff --git a/ui/base/cursor/cursors_android.h b/ui/base/cursor/cursors_android.h
new file mode 100644
index 0000000000000000000000000000000000000000..14af2b6dcecc73611c8bfa89ee10a3d84811fc6f
--- /dev/null
+++ b/ui/base/cursor/cursors_android.h
@@ -0,0 +1,18 @@
+// Copyright (c) 2017 The Chromium Authors. All rights reserved.
boliu 2017/05/24 18:24:07 no (c)
jaebaek 2017/05/29 12:40:03 Since the current CL does not need this, I just dr
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_BASE_CURSOR_CURSOR_ANDROID_H_
+#define UI_BASE_CURSOR_CURSOR_ANDROID_H_
+
+#include "ui/base/ui_base_export.h"
+
+class SkBitmap;
+
+namespace ui {
+
+bool UI_BASE_EXPORT GetCursorBitmap(int type, SkBitmap* bitmap);
+
+} // namespace ui
+
+#endif // UI_BASE_CURSOR_CURSORS_AURA_H_

Powered by Google App Engine
This is Rietveld 408576698