Chromium Code Reviews

Unified Diff: Source/core/page/DragController.h

Issue 169323002: Oilpan: Move core/clipboard/ to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/page/DragController.h
diff --git a/Source/core/page/DragController.h b/Source/core/page/DragController.h
index f109837df9b676f0614cce0894c7cb367f378f5b..1968390d377435ce3f85d790e07a521404ec06de 100644
--- a/Source/core/page/DragController.h
+++ b/Source/core/page/DragController.h
@@ -39,7 +39,7 @@ namespace WebCore {
class DragData;
class DragImage;
struct DragSession;
- struct DragState;
+ class DragState;
class Element;
class Frame;
class FrameSelection;

Powered by Google App Engine