diff options
Diffstat (limited to 'remoting/client/chromoting_view.cc')
-rw-r--r-- | remoting/client/chromoting_view.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/client/chromoting_view.cc b/remoting/client/chromoting_view.cc index ba34a5d..5df85b67 100644 --- a/remoting/client/chromoting_view.cc +++ b/remoting/client/chromoting_view.cc @@ -15,6 +15,8 @@ ChromotingView::ChromotingView() frame_height_(0) { } +ChromotingView::~ChromotingView() {} + // TODO(garykac): This assumes a single screen. This will need to be adjusted // to add support for mulitple monitors. void ChromotingView::GetScreenSize(int* width, int* height) { |