summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/script/layered_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/script/layered_api.h')
-rw-r--r--chromium/third_party/blink/renderer/core/script/layered_api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/script/layered_api.h b/chromium/third_party/blink/renderer/core/script/layered_api.h
index 37f948c0b93..91977362c6b 100644
--- a/chromium/third_party/blink/renderer/core/script/layered_api.h
+++ b/chromium/third_party/blink/renderer/core/script/layered_api.h
@@ -30,6 +30,11 @@ CORE_EXPORT KURL GetInternalURL(const KURL&);
// Gets source text for std-internal://x/index.js.
CORE_EXPORT String GetSourceText(const KURL&);
+struct LayeredAPIResource {
+ const char* path;
+ int resource_id;
+};
+
} // namespace layered_api
} // namespace blink