| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_android.h (revision 156019)
|
| +++ content/browser/renderer_host/render_widget_host_view_android.h (working copy)
|
| @@ -49,6 +49,7 @@
|
| virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
|
| virtual gfx::NativeViewAccessible GetNativeViewAccessible() OVERRIDE;
|
| virtual void MovePluginWindows(
|
| + const gfx::Point& scroll_offset,
|
| const std::vector<webkit::npapi::WebPluginGeometry>& moves) OVERRIDE;
|
| virtual void Focus() OVERRIDE;
|
| virtual void Blur() OVERRIDE;
|
|
|