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

Unified Diff: cc/io_surface_layer.h

Issue 11358050: Remove most remaining webcore points and sizes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebasedd Created 8 years, 1 month 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 | « cc/input_handler.h ('k') | cc/io_surface_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/io_surface_layer.h
diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
index 9d728a010e9e86aff4392b928cef09efdfdb443c..8045b8511aa461f64616bd203a2bf9246c96d1a2 100644
--- a/cc/io_surface_layer.h
+++ b/cc/io_surface_layer.h
@@ -13,7 +13,7 @@ class IOSurfaceLayer : public Layer {
public:
static scoped_refptr<IOSurfaceLayer> create();
- void setIOSurfaceProperties(uint32_t ioSurfaceId, const IntSize&);
+ void setIOSurfaceProperties(uint32_t ioSurfaceId, const gfx::Size&);
virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE;
virtual bool drawsContent() const OVERRIDE;
@@ -26,7 +26,7 @@ private:
virtual ~IOSurfaceLayer();
uint32_t m_ioSurfaceId;
- IntSize m_ioSurfaceSize;
+ gfx::Size m_ioSurfaceSize;
};
}
« no previous file with comments | « cc/input_handler.h ('k') | cc/io_surface_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698