| Index: webkit/glue/plugins/webview_plugin.h
|
| ===================================================================
|
| --- webkit/glue/plugins/webview_plugin.h (revision 65093)
|
| +++ webkit/glue/plugins/webview_plugin.h (working copy)
|
| @@ -71,6 +71,8 @@
|
| const WebKit::WebRect& frame_rect, const WebKit::WebRect& clip_rect,
|
| const WebKit::WebVector<WebKit::WebRect>& cut_out_rects, bool is_visible);
|
|
|
| + virtual unsigned getBackingTextureId();
|
| +
|
| virtual void updateFocus(bool) { }
|
| virtual void updateVisibility(bool) { }
|
|
|
|
|