Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 09092c036e09d4d97a7c10e78eaa069cf2e5f79e..38733351b824f36d5e63ce0a413c82efe6bec711 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -20,6 +20,7 @@ |
#include "base/process.h" |
#include "base/timer.h" |
#include "build/build_config.h" |
+#include "cc/input/top_controls_state.h" |
#include "content/common/content_export.h" |
#include "content/common/drag_event_source_info.h" |
#include "content/common/edit_command.h" |
@@ -725,6 +726,9 @@ class CONTENT_EXPORT RenderViewImpl |
virtual SSLStatus GetSSLStatusOfFrame(WebKit::WebFrame* frame) const OVERRIDE; |
#if defined(OS_ANDROID) |
virtual skia::RefPtr<SkPicture> CapturePicture() OVERRIDE; |
+ virtual void UpdateTopControlsState(cc::TopControlsState constraints, |
+ cc::TopControlsState current, |
+ bool animate) OVERRIDE; |
#endif |
// webkit_glue::WebPluginPageDelegate implementation ------------------------- |