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

Unified Diff: ash/drag_drop/drag_image_view.h

Issue 11801027: More work to make ash_unittests pass when we require context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Possible asan fix. Created 7 years, 11 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: ash/drag_drop/drag_image_view.h
diff --git a/ash/drag_drop/drag_image_view.h b/ash/drag_drop/drag_image_view.h
index d8db83c1bc96339ce9e064688037b6c80f96f37f..f0bec46c3d9c4f2318f3deee14aa5a332fb6a59c 100644
--- a/ash/drag_drop/drag_image_view.h
+++ b/ash/drag_drop/drag_image_view.h
@@ -16,7 +16,7 @@ namespace internal {
class DragImageView : public views::ImageView {
public:
- DragImageView();
+ DragImageView(gfx::NativeView context);
Ben Goodger (Google) 2013/01/09 17:30:22 explicit
virtual ~DragImageView();
// Sets the bounds of the native widget in screen

Powered by Google App Engine
This is Rietveld 408576698