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

Unified Diff: third_party/WebKit/Source/core/clipboard/DataTransfer.h

Issue 1481983002: Drop [LegacyInterfaceTypeChecking] where trivial in core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests Created 5 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
Index: third_party/WebKit/Source/core/clipboard/DataTransfer.h
diff --git a/third_party/WebKit/Source/core/clipboard/DataTransfer.h b/third_party/WebKit/Source/core/clipboard/DataTransfer.h
index 4429ae1173a8acdf575b812833405fa0473a8c69..6154cd081b3e1946818f55bdb6f5837a80cb0afd 100644
--- a/third_party/WebKit/Source/core/clipboard/DataTransfer.h
+++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.h
@@ -43,7 +43,6 @@ class DataObject;
class DataTransferItemList;
class DragImage;
class Element;
-class ExceptionState;
class FileList;
class FrameSelection;
class LocalFrame;
@@ -83,7 +82,7 @@ public:
FileList* files() const;
IntPoint dragLocation() const { return m_dragLoc; }
- void setDragImage(Element*, int x, int y, ExceptionState&);
+ void setDragImage(Element*, int x, int y);
void clearDragImage();
void setDragImageResource(ImageResource*, const IntPoint&);
void setDragImageElement(Node*, const IntPoint&);

Powered by Google App Engine
This is Rietveld 408576698