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

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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 include_rules = [
2 # Bind/Callback is only allowed in rare cases, here it's allowed to convert
3 # from WTF::Function to base::Callback in order to pass callbacks out of
4 # blink.
5 "+base/bind.h",
6 "+base/callback.h",
7 "+base/callback_helpers.h",
8 "+base/logging.h",
9 "+base/macros.h",
10 "+base/memory/scoped_ptr.h",
11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698