Index: remoting/host/resizing_host_observer.h |
diff --git a/remoting/host/resizing_host_observer.h b/remoting/host/resizing_host_observer.h |
index 1eda70d31d0ecfe46214f34bd7e8f23c5fc1fbcf..c6ad714835ac391f6d1c963e99dbb85fca598092 100644 |
--- a/remoting/host/resizing_host_observer.h |
+++ b/remoting/host/resizing_host_observer.h |
@@ -14,7 +14,6 @@ |
#include "base/timer/timer.h" |
#include "remoting/host/screen_controls.h" |
#include "remoting/host/screen_resolution.h" |
-#include "third_party/skia/include/core/SkSize.h" |
namespace remoting { |
@@ -42,7 +41,7 @@ class ResizingHostObserver : public ScreenControls { |
private: |
scoped_ptr<DesktopResizer> desktop_resizer_; |
- SkISize original_size_; |
+ ScreenResolution original_resolution_; |
// State to manage rate-limiting of desktop resizes. |
base::OneShotTimer<ResizingHostObserver> deferred_resize_timer_; |