| Index: remoting/client/display/gl_cursor.cc
|
| diff --git a/remoting/client/display/gl_cursor.cc b/remoting/client/display/gl_cursor.cc
|
| index 113de2566533260551eaa8a19fdf55053f091cd8..cabb758ec2ceca4307b8c4045218684d48fe4392 100644
|
| --- a/remoting/client/display/gl_cursor.cc
|
| +++ b/remoting/client/display/gl_cursor.cc
|
| @@ -20,7 +20,9 @@ const int kDefaultCursorDataSize = 32 * 32 * GlRenderLayer::kBytesPerPixel;
|
|
|
| GlCursor::GlCursor() : weak_factory_(this) {}
|
|
|
| -GlCursor::~GlCursor() {}
|
| +GlCursor::~GlCursor() {
|
| + DCHECK(thread_checker_.CalledOnValidThread());
|
| +}
|
|
|
| void GlCursor::SetCursorShape(const protocol::CursorShapeInfo& cursor_shape) {
|
| int data_size = cursor_shape.width() * cursor_shape.height() *
|
|
|