Chromium Code Reviews| Index: content/renderer/render_view.h |
| =================================================================== |
| --- content/renderer/render_view.h (revision 104391) |
| +++ content/renderer/render_view.h (working copy) |
| @@ -663,6 +663,7 @@ |
| virtual void OnImeConfirmComposition(const string16& text) OVERRIDE; |
| virtual ui::TextInputType GetTextInputType() OVERRIDE; |
| virtual bool CanComposeInline() OVERRIDE; |
| + virtual bool WebWidgetHandlesCompositorScheduling() const OVERRIDE; |
| private: |
| // For unit tests. |