| 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);
|
|
|