Chromium Code Reviews| Index: ui/android/view_android.h |
| diff --git a/ui/android/view_android.h b/ui/android/view_android.h |
| index 607a1acc72ae4dad10cfc8216cd5d76831b33c6f..784b5c512364ccc5e4f32669f32f2ed9a5aa88b7 100644 |
| --- a/ui/android/view_android.h |
| +++ b/ui/android/view_android.h |
| @@ -12,6 +12,8 @@ |
| #include "ui/android/ui_android_export.h" |
| #include "ui/gfx/geometry/rect_f.h" |
| +typedef unsigned int SkColor; |
|
boliu
2016/11/30 23:22:35
include instead
Jinsuk Kim
2016/12/01 07:59:38
I was a bit puzzled because #include "third_party/
boliu
2016/12/01 23:57:52
Yeah that's really odd. should figure out why incl
Jinsuk Kim
2016/12/02 03:52:07
Turns out the error happened because device/power_
|
| + |
| namespace cc { |
| class Layer; |
| } |
| @@ -79,6 +81,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, |