| Index: blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java
|
| diff --git a/blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java b/blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java
|
| index 895befe2f1b31f980a3d5cdf0326ce85a7e3a52b..abe56ec2d95f0dbc41d24558f58b040a8b0e74da 100644
|
| --- a/blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java
|
| +++ b/blimp/client/core/contents/android/java/src/org/chromium/blimp/core/contents/BlimpContentsImpl.java
|
| @@ -26,7 +26,7 @@ public class BlimpContentsImpl implements BlimpContents {
|
| }
|
|
|
| // Light blue theme color on Blimp tab.
|
| - private static final int BLIMP_THEME_COLOR = 0xb3e5fc;
|
| + private static final int BLIMP_THEME_COLOR = 0xffb3e5fc;
|
|
|
| private long mNativeBlimpContentsImplAndroid;
|
|
|
|
|