| Index: ui/android/view_android.h
|
| diff --git a/ui/android/view_android.h b/ui/android/view_android.h
|
| index 607a1acc72ae4dad10cfc8216cd5d76831b33c6f..081f1177315a5ececc4a6d8f41fa4bf8304ce54d 100644
|
| --- a/ui/android/view_android.h
|
| +++ b/ui/android/view_android.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/android/jni_weak_ref.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/android/ui_android_export.h"
|
| #include "ui/gfx/geometry/rect_f.h"
|
|
|
| @@ -79,6 +80,7 @@ class UI_ANDROID_EXPORT ViewAndroid {
|
|
|
| bool StartDragAndDrop(const base::android::JavaRef<jstring>& jtext,
|
| const base::android::JavaRef<jobject>& jimage);
|
| + void OnBackgroundColorChanged(SkColor color);
|
|
|
| ScopedAnchorView AcquireAnchorView();
|
| void SetAnchorRect(const base::android::JavaRef<jobject>& anchor,
|
|
|