diff options
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r-- | webkit/glue/webview_impl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index c0ce294..373bcd5 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -223,14 +223,6 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> { WebCore::Frame* frame, const WebCore::PlatformKeyboardEvent& e); - // TODO(darin): Figure out what happens to these methods. -#if 0 - // WebCore::WidgetClientWin - virtual const SkBitmap* getPreloadedResourceBitmap(int resource_id); - virtual void onScrollPositionChanged(WebCore::Widget* widget); - virtual bool isHidden(); -#endif - // Creates and returns a new SearchableFormData for the focused node. // It's up to the caller to free the returned SearchableFormData. // This returns NULL if the focused node is NULL, or not in a valid form. |