| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 179369)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -806,6 +806,7 @@
|
| virtual void GetCompositionCharacterBounds(
|
| std::vector<gfx::Rect>* character_bounds) OVERRIDE;
|
| virtual bool CanComposeInline() OVERRIDE;
|
| + virtual bool WebWidgetHandlesCompositorScheduling() const OVERRIDE;
|
|
|
| protected:
|
| RenderViewImpl(RenderViewImplParams* params);
|
|
|