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

Unified Diff: third_party/WebKit/public/platform/callback/DEPS

Issue 1830033003: Make lost context callback a base::Closure thru the WGC3DProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lostcontext-webclosure: 80 Created 4 years, 9 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: third_party/WebKit/public/platform/callback/DEPS
diff --git a/third_party/WebKit/public/platform/callback/DEPS b/third_party/WebKit/public/platform/callback/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a8b824547e30f0930ba871af576b2d93e166d287
--- /dev/null
+++ b/third_party/WebKit/public/platform/callback/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ # Bind/Callback is only allowed in rare cases, here it's allowed to convert
+ # from WTF::Function to base::Callback in order to pass callbacks out of
+ # blink.
+ "+base/bind.h",
+ "+base/callback.h",
+ "+base/callback_helpers.h",
+ "+base/logging.h",
+ "+base/macros.h",
+ "+base/memory/scoped_ptr.h",
+]

Powered by Google App Engine
This is Rietveld 408576698