#include "remoting/client/cursor_shape_stub_proxy.h"
#include "base/functional/bind.h"
#include "base/location.h"
#include "base/task/single_thread_task_runner.h"
#include "remoting/proto/control.pb.h"
namespace remoting {
CursorShapeStubProxy::CursorShapeStubProxy(
base::WeakPtr<protocol::CursorShapeStub> stub,
scoped_refptr<base::SingleThreadTaskRunner> task_runner)
: … { … }
CursorShapeStubProxy::~CursorShapeStubProxy() = default;
void CursorShapeStubProxy::SetCursorShape(
const protocol::CursorShapeInfo& cursor_shape) { … }
}