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

Unified Diff: Source/bindings/tests/idls/testing/TestSupportTestInterface.idl

Issue 24053003: Support partial interface for test support idls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use one InterfaceDependencies.txt file Created 7 years, 3 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: Source/bindings/tests/idls/testing/TestSupportTestInterface.idl
diff --git a/Source/core/html/canvas/EXTFragDepth.idl b/Source/bindings/tests/idls/testing/TestSupportTestInterface.idl
similarity index 92%
copy from Source/core/html/canvas/EXTFragDepth.idl
copy to Source/bindings/tests/idls/testing/TestSupportTestInterface.idl
index 52a6f932c30eb3d04b60fc0e9ae33e996ea9de04..7b61f2f8804acc0a30aa9fd6a944d0e862eea9a2 100644
--- a/Source/core/html/canvas/EXTFragDepth.idl
+++ b/Source/bindings/tests/idls/testing/TestSupportTestInterface.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2013 Samsung Electronics. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -24,6 +24,5 @@
*/
[
- NoInterfaceObject
-] interface EXTFragDepth {
+] interface TestSupportTestInterface {
};

Powered by Google App Engine
This is Rietveld 408576698