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

Unified Diff: cc/heads_up_display_unittest.cc

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/heads_up_display_layer.cc ('k') | cc/input_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/heads_up_display_unittest.cc
diff --git a/cc/heads_up_display_unittest.cc b/cc/heads_up_display_unittest.cc
index 5603fc6015735aed21e6ae643ca7c872d43f68a8..24339839275eb5bd313fbca2324bdcbb7aaa9e2a 100644
--- a/cc/heads_up_display_unittest.cc
+++ b/cc/heads_up_display_unittest.cc
@@ -46,8 +46,8 @@ public:
virtual void beginTest() OVERRIDE
{
- m_rootLayer1->setBounds(IntSize(30, 30));
- m_rootLayer2->setBounds(IntSize(30, 30));
+ m_rootLayer1->setBounds(gfx::Size(30, 30));
+ m_rootLayer2->setBounds(gfx::Size(30, 30));
postSetNeedsCommitToMainThread();
}
« no previous file with comments | « cc/heads_up_display_layer.cc ('k') | cc/input_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698