| Index: ui/android/view_android.h
|
| diff --git a/ui/android/view_android.h b/ui/android/view_android.h
|
| index 6516f00b460ce7b87dc98b190175607b8ada6ddf..b12c3835bab665e74c9784c8432c4d381ae83053 100644
|
| --- a/ui/android/view_android.h
|
| +++ b/ui/android/view_android.h
|
| @@ -14,10 +14,16 @@
|
| #include "ui/android/ui_android_export.h"
|
| #include "ui/gfx/geometry/rect_f.h"
|
|
|
| +class SkBitmap;
|
| +
|
| namespace cc {
|
| class Layer;
|
| }
|
|
|
| +namespace gfx {
|
| +class Point;
|
| +}
|
| +
|
| namespace ui {
|
| class DragEventAndroid;
|
| class EventForwarder;
|
| @@ -146,6 +152,9 @@ class UI_ANDROID_EXPORT ViewAndroid {
|
|
|
| gfx::Size GetPhysicalBackingSize();
|
| void OnPhysicalBackingSizeChanged(const gfx::Size& size);
|
| + void OnCursorChanged(int type,
|
| + const SkBitmap& custom_image,
|
| + const gfx::Point& hotspot);
|
| void OnBackgroundColorChanged(unsigned int color);
|
| void OnTopControlsChanged(float top_controls_offset,
|
| float top_content_offset);
|
|
|