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

Unified Diff: remoting/host/resizing_host_observer.h

Issue 47653003: Make DesktopResizer use ScreenResolution to facilitate DPI-awareness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « remoting/host/desktop_resizer_win.cc ('k') | remoting/host/resizing_host_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/host/desktop_resizer_win.cc ('k') | remoting/host/resizing_host_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698