summaryrefslogtreecommitdiffstats
path: root/pdf/out_of_process_instance.cc
diff options
context:
space:
mode:
authortsergeant <tsergeant@chromium.org>2015-06-03 19:05:31 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-04 02:05:58 +0000
commitb4e68c87604b6d3b122fe077f8c9d619974317df (patch)
treef3b9f130f1f1d6c9cfd4506c864d1474c1446d44 /pdf/out_of_process_instance.cc
parenta866852e513c74ddc0b8b5537b6e3eac61542948 (diff)
downloadchromium_src-b4e68c87604b6d3b122fe077f8c9d619974317df.zip
chromium_src-b4e68c87604b6d3b122fe077f8c9d619974317df.tar.gz
chromium_src-b4e68c87604b6d3b122fe077f8c9d619974317df.tar.bz2
Material PDF: Fix inconsistent behaviour in page selector, update styling
* Only change page when a value is committed to the selector with enter * Prevents PDF keyboard shortcuts from firing when any input or textarea is active * Update colors of the viewer and visual styling of the page selector BUG=439114,484291 Review URL: https://codereview.chromium.org/1162863002 Cr-Commit-Position: refs/heads/master@{#332764}
Diffstat (limited to 'pdf/out_of_process_instance.cc')
-rw-r--r--pdf/out_of_process_instance.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
index b457b64..df881c5 100644
--- a/pdf/out_of_process_instance.cc
+++ b/pdf/out_of_process_instance.cc
@@ -54,7 +54,7 @@ const char kAccessibleCopyable[] = "copyable";
// PDF background colors.
const uint32 kBackgroundColor = 0xFFCCCCCC;
-const uint32 kBackgroundColorMaterial = 0xFF424242;
+const uint32 kBackgroundColorMaterial = 0xFF525659;
// Constants used in handling postMessage() messages.
const char kType[] = "type";