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

Unified Diff: sky/engine/core/frame/FrameView.h

Issue 682363002: Remove more scrolling methods from FrameView. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/core/frame/EventHandlerRegistry.cpp ('k') | sky/engine/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/FrameView.h
diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
index 30868b818cdb98eeab76dac65b5dd2272cbc7659..e946050b004a52a433fccbb9491c383c0cdf20dd 100644
--- a/sky/engine/core/frame/FrameView.h
+++ b/sky/engine/core/frame/FrameView.h
@@ -209,22 +209,6 @@ public:
// false.
bool isSubtreeLayout() const { return !!m_layoutSubtreeRoot; }
- // Sets the tickmarks for the FrameView, overriding the default behavior
- // which is to display the tickmarks corresponding to find results.
- // If |m_tickmarks| is empty, the default behavior is restored.
- void setTickmarks(const Vector<IntRect>& tickmarks) { m_tickmarks = tickmarks; }
-
- // ScrollableArea interface
- // FIXME(sky): Remove
- void getTickmarks(Vector<IntRect>&) const;
- IntRect scrollableAreaBoundingBox() const;
- bool scrollAnimatorEnabled() const;
- bool usesCompositedScrolling() const;
- GraphicsLayer* layerForScrolling() const;
- GraphicsLayer* layerForHorizontalScrollbar() const;
- GraphicsLayer* layerForVerticalScrollbar() const;
- GraphicsLayer* layerForScrollCorner() const;
-
// FIXME(sky): remove
IntRect contentsToScreen(const IntRect& rect) const;
IntPoint contentsToRootView(const IntPoint& contentsPoint) const { return convertToRootView(contentsPoint); }
« no previous file with comments | « sky/engine/core/frame/EventHandlerRegistry.cpp ('k') | sky/engine/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698