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

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

Issue 2101833002: [Remoting Android] DisplayUpdaterFactory cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback Created 4 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
Index: remoting/client/jni/jni_display_handler.h
diff --git a/remoting/client/jni/jni_display_handler.h b/remoting/client/jni/jni_display_handler.h
index 054fe239af7cb3ede444b447b758ed678d258133..2fc70e5b6a9d1177a0a55cb233795187d0cbd363 100644
--- a/remoting/client/jni/jni_display_handler.h
+++ b/remoting/client/jni/jni_display_handler.h
@@ -16,10 +16,10 @@ namespace remoting {
namespace protocol {
class CursorShapeInfo;
+class VideoRenderer;
} // namespace protocol
class ChromotingJniRuntime;
-class JniVideoRenderer;
// Handles display operations. Must be called and deleted on the display thread
// unless otherwise noted.
@@ -35,7 +35,7 @@ class JniDisplayHandler : public DisplayUpdaterFactory {
// DisplayUpdaterFactory overrides (functions can be called on any thread).
std::unique_ptr<protocol::CursorShapeStub> CreateCursorShapeStub() override;
- std::unique_ptr<JniVideoRenderer> CreateVideoRenderer() override;
+ std::unique_ptr<protocol::VideoRenderer> CreateVideoRenderer() override;
// Creates a new Bitmap object to store a video frame. Can be called on any
// thread.

Powered by Google App Engine
This is Rietveld 408576698