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

Unified Diff: content/common/view_messages.h

Issue 2738373002: Enhance chrome.app.window API with window background color (Closed)
Patch Set: Created 3 years, 9 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
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 93459214ab4475afb0eac075e1528f09a813472d..8fd8cf9757a6396ba2ed6e91f72040c615d36322 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -515,6 +515,9 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection,
// Make the RenderView background transparent or opaque.
IPC_MESSAGE_ROUTED1(ViewMsg_SetBackgroundOpaque, bool /* opaque */)
+// Set the RenderView background color.
+IPC_MESSAGE_ROUTED1(ViewMsg_SetBaseBackgroundColor, SkColor /* color */)
+
// Used to tell the renderer not to add scrollbars with height and
// width below a threshold.
IPC_MESSAGE_ROUTED1(ViewMsg_DisableScrollbarsForSmallWindows,

Powered by Google App Engine
This is Rietveld 408576698