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

Unified Diff: sky/engine/public/web/WebView.h

Issue 871683002: Remove a number of unused features from WebViewImpl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/public/web/WebSettings.h ('k') | sky/engine/web/WebSettingsImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebView.h
diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
index 93f57fbc128ec3f8ef21c459f37fffbe5b1c352b..f556584bde67f86fa0e7513ca19fbfc97ae43404 100644
--- a/sky/engine/public/web/WebView.h
+++ b/sky/engine/public/web/WebView.h
@@ -95,11 +95,6 @@ public:
virtual bool tabsToLinks() const = 0;
virtual void setTabsToLinks(bool) = 0;
- // Method that controls whether pressing Tab key cycles through page
- // elements or inserts a '\t' char in the focused text area.
- virtual bool tabKeyCyclesThroughElements() const = 0;
- virtual void setTabKeyCyclesThroughElements(bool) = 0;
-
// Controls the WebView's active state, which may affect the rendering
// of elements on the page (i.e., tinting of input elements).
virtual bool isActive() const = 0;
@@ -155,15 +150,7 @@ public:
// device metrics emulation.
virtual void setCompositorDeviceScaleFactorOverride(float) = 0;
- // Called to inform the WebView that a wheel fling animation was started externally (for instance
- // by the compositor) but must be completed by the WebView.
- virtual void transferActiveWheelFlingAnimation(const WebActiveWheelFlingParameters&) = 0;
-
- // Cancels an active fling, returning true if a fling was active.
- virtual bool endActiveFlingAnimation() = 0;
-
virtual void setShowPaintRects(bool) = 0;
- virtual void setShowFPSCounter(bool) = 0;
virtual void setContinuousPaintingEnabled(bool) = 0;
virtual void setShowScrollBottleneckRects(bool) = 0;
« no previous file with comments | « sky/engine/public/web/WebSettings.h ('k') | sky/engine/web/WebSettingsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698