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

Unified Diff: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl

Issue 293403002: Introduce mock test system for navigator content utils (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix license Created 6 years, 7 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/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.idl b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
similarity index 64%
copy from Source/core/html/canvas/EXTShaderTextureLOD.idl
copy to Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
index a2e18b616ad72f6e9ddfd53088a561d14bd63151..0d43a955a5bec91694d52a0bb8633874418c8cfb 100644
--- a/Source/core/html/canvas/EXTShaderTextureLOD.idl
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- NoInterfaceObject
-] interface EXTShaderTextureLOD {
+partial interface Internals {
+ void setNavigatorContentUtilsClientMock(Document document);
};

Powered by Google App Engine
This is Rietveld 408576698