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

Unified Diff: remoting/base/encoder_row_based.h

Issue 7992011: Move us fully from gfx:: over to skia types for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleaned up copyrights Created 9 years, 3 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/base/encoder_row_based.h
diff --git a/remoting/base/encoder_row_based.h b/remoting/base/encoder_row_based.h
index 6da2cd5217fc3eb832f6107efb6581f03cc64c86..3faa5f554821aaada945656076b976b4643bb804 100644
--- a/remoting/base/encoder_row_based.h
+++ b/remoting/base/encoder_row_based.h
@@ -62,7 +62,7 @@ class EncoderRowBased : public Encoder {
scoped_ptr<DataAvailableCallback> callback_;
// The most recent screen size.
- gfx::Size screen_size_;
+ SkISize screen_size_;
int packet_size_;
};

Powered by Google App Engine
This is Rietveld 408576698