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

Unified Diff: content/test/test_web_contents_view.cc

Issue 11269022: Add Vector2d classes that represent offsets, instead of using Point. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: RenderText fixup Created 8 years, 2 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: content/test/test_web_contents_view.cc
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
index fd69240e6f88590e6e8a576e9013a727f583677b..ce8b6c79fc7957f1e38a812aad16c52a9f2eb4ae 100644
--- a/content/test/test_web_contents_view.cc
+++ b/content/test/test_web_contents_view.cc
@@ -29,7 +29,7 @@ void TestWebContentsView::StartDragging(
const WebDropData& drop_data,
WebKit::WebDragOperationsMask allowed_ops,
const gfx::ImageSkia& image,
- const gfx::Point& image_offset) {
+ const gfx::Vector2d& image_offset) {
}
void TestWebContentsView::UpdateDragCursor(WebKit::WebDragOperation operation) {

Powered by Google App Engine
This is Rietveld 408576698