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

Unified Diff: cc/layers/layer_impl.h

Issue 681713002: Update from chromium https://crrev.com/301315 (Closed) Base URL: https://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 | « build/secondary/tools/grit/grit_rule.gni ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl.h
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
index 1c14eeb38a5ebc060ca60b28a8b4ff9df969083f..5fe679c30f72b3eceb902a54a0cbf0d2a42b69c5 100644
--- a/cc/layers/layer_impl.h
+++ b/cc/layers/layer_impl.h
@@ -82,6 +82,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
virtual void SetTotalScrollOffset(const gfx::ScrollOffset& new_value) = 0;
virtual gfx::ScrollOffset GetTotalScrollOffset() = 0;
virtual bool IsExternalFlingActive() const = 0;
+ virtual void Update() const = 0;
};
typedef LayerImplList RenderSurfaceListType;
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | cc/layers/layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698