Index: chrome/android/java/res/values/attrs.xml |
diff --git a/chrome/android/java/res/values/attrs.xml b/chrome/android/java/res/values/attrs.xml |
index 4a25bfd60a2512a363c37f5a7829d12c3c4a766b..dc01196d9c025467f0d5d7e8090760b785c47406 100644 |
--- a/chrome/android/java/res/values/attrs.xml |
+++ b/chrome/android/java/res/values/attrs.xml |
@@ -30,4 +30,9 @@ |
<!-- The hint to display in the floating label --> |
<attr name="floatLabelHint" format="reference|string" /> |
</declare-styleable> |
+ |
+ <declare-styleable name="ButtonCompat"> |
+ <attr name="buttonColor" format="reference|color"/> |
+ </declare-styleable> |
+ |
</resources> |