Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1374)

Unified Diff: pdf/out_of_process_instance.cc

Issue 1162863002: Material PDF: Fix inconsistent behaviour in page selector, update styling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase mistake Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/pdf/basic_test_material.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/out_of_process_instance.cc
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
index b457b648dc400b7ff08a385869ad37287963cd6a..df881c5fada58a70748004cb95090572e325aea9 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";
« no previous file with comments | « chrome/test/data/pdf/basic_test_material.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698