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

Unified Diff: content/public/browser/android/compositor.h

Issue 239963002: Android: Move scheduling logic to CompositorImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: content/public/browser/android/compositor.h
diff --git a/content/public/browser/android/compositor.h b/content/public/browser/android/compositor.h
index 7cb73e258386415e941768e8151745a667865d1b..c8c5eb23ab8bcb34189b02b6d7bb2b38fac8f0ad 100644
--- a/content/public/browser/android/compositor.h
+++ b/content/public/browser/android/compositor.h
@@ -69,9 +69,6 @@ class CONTENT_EXPORT Compositor {
// The buffer is not modified if false is returned.
virtual bool CompositeAndReadback(void *pixels, const gfx::Rect& rect) = 0;
- // Composite immediately. Used in single-threaded mode.
- virtual void Composite() = 0;
-
// Generates a UIResource and returns a UIResourceId. |is_transient|
// indicates whether or not to release the resource once the bitmap
// has been uploaded. May return 0.

Powered by Google App Engine
This is Rietveld 408576698