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 e99bda747a5128291b8588566b71ba658a7cff70..4c88eb503dbc69cb09238e17d554d767febaf08b 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -219,7 +219,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); |