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

Unified Diff: content/renderer/render_view_impl.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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index a88cdf4217d31256da5c531fc1dbfc42af6e4f13..42c45f8f5b446d16903fa6a36ccc70c0ccb42ccf 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -544,6 +544,7 @@ class CONTENT_EXPORT RenderViewImpl
void OnReleaseDisambiguationPopupBitmap(const cc::SharedBitmapId& id);
void OnSetActive(bool active);
void OnSetBackgroundOpaque(bool opaque);
+ void OnSetBaseBackgroundColor(SkColor color);
void OnExitFullscreen();
void OnSetHistoryOffsetAndLength(int history_offset, int history_length);
void OnSetInitialFocus(bool reverse);

Powered by Google App Engine
This is Rietveld 408576698