Index: content/browser/renderer_host/render_widget_host_view_android.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h |
index 48d6536e70aac1254e3bef5b8e4049a0ddcc5202..09c16762723cc63f4345dd37222071b4749722b1 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -223,7 +223,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid |
void OnTextInputStateChanged(const ViewHostMsg_TextInputState_Params& params); |
void OnDidChangeBodyBackgroundColor(SkColor color); |
void OnStartContentIntent(const GURL& content_url); |
- void OnSetNeedsBeginFrame(bool enabled); |
+ void OnSetNeedsBeginFrames(bool enabled); |
void OnSmartClipDataExtracted(const base::string16& text, |
const base::string16& html, |
const gfx::Rect rect); |