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

Unified Diff: cc/trees/layer_tree_host_single_thread_client.h

Issue 344743002: Make Android CompositorImpl use scheduled SingleThreadProxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | cc/trees/layer_tree_settings.h » ('j') | cc/trees/single_thread_proxy.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_single_thread_client.h
diff --git a/cc/trees/layer_tree_host_single_thread_client.h b/cc/trees/layer_tree_host_single_thread_client.h
index dbca28cdf25f809a764a670f06edf4d1c311132a..827f70e688a48a3358c1ae0471eb8a3fe4b4cab2 100644
--- a/cc/trees/layer_tree_host_single_thread_client.h
+++ b/cc/trees/layer_tree_host_single_thread_client.h
@@ -9,12 +9,6 @@ namespace cc {
class LayerTreeHostSingleThreadClient {
public:
- // Request that the client schedule a composite.
- virtual void ScheduleComposite() {}
- // Request that the client schedule a composite now, and calculate appropriate
- // delay for potential future frame.
- virtual void ScheduleAnimation() {}
-
// Called whenever the compositor posts a SwapBuffers (either full or
// partial). After DidPostSwapBuffers(), exactly one of
// DidCompleteSwapBuffers() or DidAbortSwapBuffers() will be called, thus
« no previous file with comments | « no previous file | cc/trees/layer_tree_settings.h » ('j') | cc/trees/single_thread_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698