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

Unified Diff: remoting/client/jni/display_updater_factory.h

Issue 2338473002: [Remoting Android] JniGlDisplayHandler calls invalidate() on UI thread (Closed)
Patch Set: null-check ui_task_poster_ before using it Created 4 years, 3 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: remoting/client/jni/display_updater_factory.h
diff --git a/remoting/client/jni/display_updater_factory.h b/remoting/client/jni/display_updater_factory.h
index 9826e96117137831fd4f7e5d1928deef7508fcdc..52545c2e74af6ef0084d5e32f520738ea509fe64 100644
--- a/remoting/client/jni/display_updater_factory.h
+++ b/remoting/client/jni/display_updater_factory.h
@@ -26,6 +26,7 @@ class DisplayUpdaterFactory {
virtual std::unique_ptr<protocol::CursorShapeStub>
CreateCursorShapeStub() = 0;
virtual std::unique_ptr<protocol::VideoRenderer> CreateVideoRenderer() = 0;
+ virtual void Destroy() = 0;
Hzj_jie 2016/09/13 17:56:29 Add some comments to explain the meaning of this f
Yuwei 2016/09/13 19:06:18 Done.
protected:
DisplayUpdaterFactory() {}

Powered by Google App Engine
This is Rietveld 408576698