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

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

Issue 2174203002: OnDrawHardware() implementation with async messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Further changes. Created 4 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: content/public/browser/android/synchronous_compositor_client.h
diff --git a/content/public/browser/android/synchronous_compositor_client.h b/content/public/browser/android/synchronous_compositor_client.h
index eaa5cc515c51aa4606c7ebbe9000ed7e288f357a..a42f5a9fc6c06c8eae53ce9c00805944841b4225 100644
--- a/content/public/browser/android/synchronous_compositor_client.h
+++ b/content/public/browser/android/synchronous_compositor_client.h
@@ -49,6 +49,9 @@ class SynchronousCompositorClient {
virtual void DidUpdateContent(SynchronousCompositor* compositor) = 0;
+ virtual void OnDrawHardwareProcessFrame(
+ content::SynchronousCompositor::Frame frame) = 0;
+
protected:
SynchronousCompositorClient() {}
virtual ~SynchronousCompositorClient() {}

Powered by Google App Engine
This is Rietveld 408576698