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

Unified Diff: cc/layers/layer_impl.h

Issue 1251323002: Plumb smooth scrolling in Chromium compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use a blink page scale animation Created 5 years, 5 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: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 27bf2ac156b59caa497f36a086f3a130a6344395..149429f1adbc5a898d1f17dd05fc3fbbfdeb0e74 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -428,8 +428,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
void SetBoundsDelta(const gfx::Vector2dF& bounds_delta);
gfx::Vector2dF bounds_delta() const { return bounds_delta_; }
- bool IsExternalScrollActive() const;
-
void SetCurrentScrollOffset(const gfx::ScrollOffset& scroll_offset);
void SetCurrentScrollOffsetFromDelegate(
const gfx::ScrollOffset& scroll_offset);

Powered by Google App Engine
This is Rietveld 408576698