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

Unified Diff: cc/texture_copier.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/test/layer_tree_test_common.cc ('k') | cc/texture_copier_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_copier.h
diff --git a/cc/texture_copier.h b/cc/texture_copier.h
index e2b8d17d49d003289a0c6b6fddaef549f5c07856..e60f78783dc07d91d08327818bf0fc7f2e53beb5 100644
--- a/cc/texture_copier.h
+++ b/cc/texture_copier.h
@@ -9,8 +9,8 @@
#include "base/memory/scoped_ptr.h"
#include "cc/program_binding.h"
#include "cc/shader.h"
-#include "IntSize.h"
#include "third_party/khronos/GLES2/gl2.h"
+#include "ui/gfx/size.h"
namespace WebKit {
class WebGraphicsContext3D;
@@ -23,7 +23,7 @@ public:
struct Parameters {
unsigned sourceTexture;
unsigned destTexture;
- IntSize size;
+ gfx::Size size;
};
// Copy the base level contents of |sourceTexture| to |destTexture|. Both texture objects
// must be complete and have a base level of |size| dimensions. The color formats do not need
« no previous file with comments | « cc/test/layer_tree_test_common.cc ('k') | cc/texture_copier_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698