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

Unified Diff: core/page/WebKitPoint.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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
« no previous file with comments | « core/page/EventSource.idl ('k') | core/page/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/WebKitPoint.idl
diff --git a/core/page/DOMPoint.idl b/core/page/WebKitPoint.idl
similarity index 96%
rename from core/page/DOMPoint.idl
rename to core/page/WebKitPoint.idl
index b5fb534870c66f5a130eeb71694134bcbd1015f7..6ac44cd16c319425e20c8783a02018b4c4b225dc 100644
--- a/core/page/DOMPoint.idl
+++ b/core/page/WebKitPoint.idl
@@ -26,8 +26,8 @@
[
CustomConstructor,
CustomConstructor(float x, float y),
- InterfaceName=WebKitPoint
-] interface DOMPoint {
+ ImplementedAs=DOMPoint
+] interface WebKitPoint {
attribute float x;
attribute float y;
};
« no previous file with comments | « core/page/EventSource.idl ('k') | core/page/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698