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

Unified Diff: cc/render_surface_filters.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/prioritized_texture_unittest.cc ('k') | cc/render_surface_filters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_surface_filters.h
diff --git a/cc/render_surface_filters.h b/cc/render_surface_filters.h
index 4ffc9fd0778e8e4b858a2e3272d3df234230ff1e..ead04aab34fc9af8a349d37cdfd9b223fb0a0950 100644
--- a/cc/render_surface_filters.h
+++ b/cc/render_surface_filters.h
@@ -9,17 +9,20 @@
class GrContext;
class SkBitmap;
+namespace gfx {
+class SizeF;
+}
+
namespace WebKit {
class WebFilterOperations;
class WebGraphicsContext3D;
}
namespace cc {
-class FloatSize;
class RenderSurfaceFilters {
public:
- static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, const FloatSize&, WebKit::WebGraphicsContext3D*, GrContext*);
+ static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, const gfx::SizeF&, WebKit::WebGraphicsContext3D*, GrContext*);
static WebKit::WebFilterOperations optimize(const WebKit::WebFilterOperations& filters);
private:
« no previous file with comments | « cc/prioritized_texture_unittest.cc ('k') | cc/render_surface_filters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698