Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1829)

Unified Diff: content/public/browser/render_widget_host_view.h

Issue 9838009: Clean up a few TODO items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/render_widget_host_view.h
diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
index db457db7745aa9c733a182dcbeae29a07063e348..367eca50f671f9468188ac43a876302e89fafd01 100644
--- a/content/public/browser/render_widget_host_view.h
+++ b/content/public/browser/render_widget_host_view.h
@@ -125,20 +125,11 @@ class CONTENT_EXPORT RenderWidgetHostView {
#endif // !defined(TOOLKIT_VIEWS)
#endif // defined(TOOLKIT_USES_GTK)
- // TODO(joi): May be able to move into impl if RWHVMacDelegate stops
- // being exposed to Chrome.
- virtual void UnhandledWheelEvent(const WebKit::WebMouseWheelEvent& event) = 0;
-
// Subclasses should override this method to do what is appropriate to set
// the custom background for their platform.
virtual void SetBackground(const SkBitmap& background) = 0;
virtual const SkBitmap& GetBackground() = 0;
- // TODO(joi): Remove this when we remove the dependency by chrome/
- // on browser_accessibility* files in content.
- virtual BrowserAccessibilityManager*
- GetBrowserAccessibilityManager() const = 0;
-
#if defined(OS_WIN) && !defined(USE_AURA)
// The region specified will be transparent to mouse clicks.
virtual void SetClickthroughRegion(SkRegion* region) {}

Powered by Google App Engine
This is Rietveld 408576698