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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 include_rules = [
2 "+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.
3 "+base/callback.h",
4 "+base/callback_helpers.h",
5 "+base/logging.h",
6 "+base/macros.h",
7 "+base/memory/scoped_ptr.h",
8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698