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

Unified Diff: remoting/client/rectangle_update_decoder.h

Issue 10801003: Propagate DPI information to web-app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed typo. Created 8 years, 5 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
Index: remoting/client/rectangle_update_decoder.h
diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h
index 557aee2785c1f1f9cf6118b992d5c31dded9077c..bd1fa83ab00ffe0085a4ebbb951437030e810709 100644
--- a/remoting/client/rectangle_update_decoder.h
+++ b/remoting/client/rectangle_update_decoder.h
@@ -75,6 +75,9 @@ class RectangleUpdateDecoder
// Remote screen size in pixels.
SkISize source_size_;
+ // Remote screen resolution in DPI.
Wez 2012/07/19 01:00:42 nit: "Vertical & horizontal DPI of the remote scre
Jamie 2012/07/19 23:00:06 Done.
+ SkIPoint source_dpi_;
+
// The current dimentions of the frame consumer view.
SkISize view_size_;
SkIRect clip_area_;

Powered by Google App Engine
This is Rietveld 408576698