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

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: 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..9be8a551bd74637645575fdfb892573030f1db06
--- /dev/null
+++ b/third_party/WebKit/public/platform/callback/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+base/bind.h",
kinuko 2016/03/24 05:55:56 nit: maybe have a short comment to note we allow t
danakj 2016/03/24 17:59:21 Done.
+ "+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