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

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

Issue 680703002: Remove more frame-level scrolling machinery. (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 | « no previous file | 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 5cbf41f1690085715e8d734f22cca2581a78c660..1cfec55e151fb3cbb0327040575e38c4862ac8c9 100644
--- a/sky/engine/core/frame/FrameView.h
+++ b/sky/engine/core/frame/FrameView.h
@@ -75,10 +75,6 @@ public:
RenderView* renderView() const;
- // FIXME(sky): Remove.
- void setCanHaveScrollbars(bool);
-
- void setContentsSize(const IntSize&);
IntPoint clampOffsetAtScale(const IntPoint& offset, float scale) const;
void layout(bool allowSubtree = true);
@@ -132,8 +128,6 @@ public:
void setBaseBackgroundColor(const Color&);
void updateBackgroundRecursively(const Color&, bool);
- void adjustViewSize();
-
IntRect windowClipRect(IncludeScrollbarsInRect = ExcludeScrollbars) const;
float visibleContentScaleFactor() const { return m_visibleContentScaleFactor; }
@@ -143,11 +137,6 @@ public:
IntSize inputEventsOffsetForEmulation() const;
void setInputEventsTransformForEmulation(const IntSize&, float);
- // FIXME(sky): Remove
- void setScrollPosition(const IntPoint&, ScrollBehavior = ScrollBehaviorInstant);
- bool isRubberBandInProgress() const;
- void setScrollPositionNonProgrammatically(const IntPoint&);
-
// This is different than visibleContentRect() in that it ignores negative (or overly positive)
// offsets from rubber-banding, and it takes zooming into account.
LayoutRect viewportConstrainedVisibleContentRect() const;
« no previous file with comments | « no previous file | sky/engine/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698