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

Unified Diff: cc/test/layer_tree_host_common_test.h

Issue 1766053002: Clean LayerImpl's scroll offset callers in unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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/test/layer_tree_host_common_test.h
diff --git a/cc/test/layer_tree_host_common_test.h b/cc/test/layer_tree_host_common_test.h
index 2a66715f549b16c3e1afe91c68e719344ea37b14..b76b4f9f336ff1fe3ee2921f4963fdd9120d97c5 100644
--- a/cc/test/layer_tree_host_common_test.h
+++ b/cc/test/layer_tree_host_common_test.h
@@ -159,6 +159,9 @@ class LayerTreeHostCommonTest : public LayerTreeHostCommonTestBase,
public:
LayerTreeHostCommonTest();
explicit LayerTreeHostCommonTest(const LayerTreeSettings& settings);
+
+ protected:
+ void SetScrollOffsetDelta(LayerImpl* layer_impl, const gfx::Vector2dF& delta);
ajuma 2016/03/07 19:10:19 static void
sunxd 2016/03/09 01:51:20 Done.
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698