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

Unified Diff: pdf/out_of_process_instance.cc

Issue 1079423002: Update colors of material design PDF viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/browser/resources/pdf/index-material.css ('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 87d45aa2cf0730a747e35f8625bb4a7231afc72c..8c240a60b63d9eba24c98f6c6bb8b0f945755b56 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 = 0xFFEEEEEE;
+const uint32 kBackgroundColorMaterial = 0xFF424242;
// Constants used in handling postMessage() messages.
const char kType[] = "type";
« no previous file with comments | « chrome/browser/resources/pdf/index-material.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698